More initial configuration

Notably add Dunst for notifications.
This commit is contained in:
Vincent Bernat 2021-07-04 14:54:07 +02:00
parent d85a504c53
commit f306d92a0d
8 changed files with 109 additions and 10 deletions

View file

@ -6,7 +6,6 @@ PartOf=graphical-session.target
ExecStart=/usr/bin/picom --backend glx \
--xrender-sync-fence \
--vsync \
--opacity-rule 100:fullscreen \
--opacity-rule 85:!fullscreen \
--opacity-rule 100:focused
--inactive-opacity 0.85 \
--opacity-rule 100:fullscreen
Restart=on-failure