diff --git a/.config/i3/config b/.config/i3/config index bc44142..534075a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -207,8 +207,8 @@ exec --no-startup-id geary #exec --no-startup-id firefox # i3 default execs exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -exec --no-startup-id nitrogen --restore; sleep 1; compton -b -exec --no-startup-id nitrogen --restore +exec --no-startup-id compton --config ~/.config/compton.conf +exec --no-startup-id sh ~/.fehbg exec --no-startup-id nm-applet exec --no-startup-id xfce4-power-manager exec --no-startup-id pamac-tray diff --git a/.fehbg b/.fehbg new file mode 100755 index 0000000..e690d59 --- /dev/null +++ b/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/kapper/Downloads/bgs/anomaly.jpg'