Made few add-ons optional
This commit is contained in:
parent
7204fa768a
commit
63777eacb0
|
@ -6,7 +6,13 @@ autostart_path: "{{ home_directory }}/.config/autostart"
|
|||
lightdm_path: /etc/lightdm
|
||||
terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
|
||||
|
||||
# Add-ons
|
||||
|
||||
# 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
|
||||
enable_picom: false
|
||||
|
||||
enable_ulauncher: false
|
||||
enable_conky: true
|
||||
enable_comice_control: true
|
Loading…
Reference in New Issue
Block a user