Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.

55 строки
1.1KB

  1. ---
  2. - import_tasks: clean.yaml
  3. - import_tasks: structure.yaml
  4. - import_tasks: path.yaml
  5. - import_tasks: ssh.yaml
  6. - import_tasks: tmux.yaml
  7. - import_tasks: pulseaudio.yaml
  8. - import_tasks: git.yaml
  9. - import_tasks: timer.yaml
  10. tags:
  11. - timer
  12. - import_tasks: todo.yaml
  13. tags:
  14. - todo
  15. - block:
  16. - import_tasks: i3.yaml
  17. tags:
  18. - i3
  19. - import_tasks: lockscreen.yaml
  20. tags:
  21. - lockscreen
  22. - import_tasks: workspaces.yaml
  23. - import_tasks: icons.yaml
  24. - import_tasks: background.yaml
  25. - import_tasks: xfce4-terminal.yaml
  26. tags:
  27. - xfce4-terminal
  28. - import_tasks: rofi.yaml
  29. - import_tasks: barrier.yaml
  30. tags:
  31. - barrier
  32. - import_tasks: screenlayout.yaml
  33. - import_tasks: x11.yaml
  34. tags:
  35. - x11
  36. - import_tasks: vnc.yaml
  37. tags:
  38. - vnc
  39. - import_tasks: desktop-apps.yaml
  40. when: home_desktop
  41. - name: flush handlers
  42. meta: flush_handlers
  43. - name: enable and start vncserver user service
  44. systemd:
  45. name: vncserver@:{{home_vncserver_display_number}}.service
  46. state: started
  47. enabled: true
  48. scope: user
  49. when: home_vncserver_started_and_enabled