From 59878c7b3d2194b85e92b6a17dc556f3834d3d26 Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 29 Jan 2022 13:24:28 +0100 Subject: [PATCH] update i3 config --- i3/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index fd2d429..196c61d 100644 --- a/i3/config +++ b/i3/config @@ -244,13 +244,15 @@ for_window [class="firefox"] border none ############################################# # composite manager -#exec --no-startup-id picom -b --config ~/.config/picom.conf +exec --no-startup-id picom -b --config ~/.config/picom.conf # less eye pain exec --no-startup-id redshift -l 46.95:7.45 -t 6500:3000 +# start notification daemon +exec --no-startup-id dunst -config ~/.config/dunstrc # no beep! exec --no-startup-id xset b off # wallpaper -exec --no-startup-id feh --bg-fill /home/aaron/.config/wallpapers/gentoo.jpg +exec --no-startup-id feh --bg-fill ~/.config/wallpapers/gentoo.jpg # syncthing exec --no-startup-id syncthing --no-browser # use lockscreen as screensaver (needs xss-lock installed)