This commit is contained in:
parent
4bc537131b
commit
d02454dd9f
|
@ -1,6 +1,5 @@
|
|||
|
||||
user: testuser
|
||||
home_directory: /home/{{ user }}
|
||||
home_directory: "{{ lookup('env','HOME') }}"
|
||||
plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers"
|
||||
autostart_path: "{{ home_directory }}/.config/autostart"
|
||||
lightdm_path: /etc/lightdm
|
||||
|
@ -9,7 +8,7 @@ terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
|
|||
# Add-ons
|
||||
|
||||
enable_picom: true
|
||||
enable_ulauncher: false
|
||||
enable_ulauncher: true
|
||||
enable_conky: true
|
||||
enable_lightdm: false # because not working
|
||||
enable_comice_control: true
|
Loading…
Reference in New Issue
Block a user