Made few add-ons optional

This commit is contained in:
swapnil 2022-03-23 10:17:07 +05:30
parent 7204fa768a
commit 63777eacb0
1 changed files with 7 additions and 1 deletions

View File

@ -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