diff options
Diffstat (limited to '.config/x11')
-rw-r--r-- | .config/x11/xinitrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 02d95d9..45d985b 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -41,7 +41,7 @@ dunst_shit() { kill -9 $pid done [ $host = "po-rbo" ] && feh --no-fehbg --image-bg '#1d2021' \ - --no-xinerama --bg-center "$HOME"/pics/wp.jpg + --no-xinerama --bg-fill "$HOME"/pics/wp.jpg "$HOME"/.local/bin/kb & } @@ -62,7 +62,6 @@ export LANG='en_US.UTF-8' --output VIRTUAL-1 --off dunst_shit -[ $host = "po-rbo" ] && startif picom xset s off xset -dpms [ $host = "mother" ] && hc 85 30 0 |