summaryrefslogtreecommitdiffstats
path: root/.config/x11
diff options
context:
space:
mode:
Diffstat (limited to '.config/x11')
-rw-r--r--.config/x11/xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 0ea4b85..ba8a798 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -30,8 +30,8 @@ startif() {
}
dunst_shit() {
- sleep 1
startif dunst
+ [ $host = "mother" ] && return
sleep 2
startif lowbat
}