summaryrefslogtreecommitdiffstats
path: root/.config/x11
diff options
context:
space:
mode:
Diffstat (limited to '.config/x11')
-rw-r--r--.config/x11/xinitrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 0d3a577..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'