diff options
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 2b73786..0519270 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -47,7 +47,7 @@ dunst_shit() { for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done - [ $host = "mother" ] && "$HOME"/.local/bin/setwp "$HOME"/pics/wp.png || "$HOME"/.local/bin/setwp "$HOME"/pics/wp/129.jpg + [ $host = "mother" ] && "$HOME"/.local/bin/setwp "$HOME"/pics/wp.png || "$HOME"/.local/bin/setwp "$HOME"/pics/wp.png "$HOME"/.local/bin/kb & } @@ -57,9 +57,9 @@ start_apps() { startif copyq startif nextcloud QT_SCALE_FACTOR=1.35 startif rclone-browser - startif nixGL teams-for-linux + # startif nixGL teams-for-linux startif thunderbird - startif firefox + # startif firefox } export LANG='en_US.UTF-8' @@ -103,4 +103,4 @@ xrdb "$HOME"/.config/x11/xresources start_apps & notify-send -u normal 'Welcome' "$icon Welcome back, partner!" -[ $host = "po-rbo" ] && exec dwm +[ $host = "po-rbo" ] && exec dbus-run-session dwm |