customize-xfce-anisble/playbook/roles/role-one/vars/main.yml

12 lines
465 B
YAML
Raw Normal View History

2022-03-11 08:59:12 +00:00
2022-03-21 13:15:40 +00:00
user: testuser
home_directory: /home/{{ user }}
plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers"
autostart_path: "{{ home_directory }}/.config/autostart"
2022-03-11 08:59:12 +00:00
lightdm_path: /etc/lightdm
2022-03-21 13:15:40 +00:00
terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
2022-03-11 08:59:12 +00:00
# Disabling compositor gives a beautiful blurry window borders
# But it's been observed that it cause issues with the whole system
# So its default to false for now
enable_picom: false