2022-03-11 09:59:12 +01:00
|
|
|
|
2022-03-21 14:15:40 +01: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 09:59:12 +01:00
|
|
|
lightdm_path: /etc/lightdm
|
2022-03-21 14:15:40 +01:00
|
|
|
terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
|
2022-03-11 09:59:12 +01:00
|
|
|
|
2022-03-22 16:03:14 +01: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
|