summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-16 08:59:02 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-16 08:59:02 -0700
commit3ca64ad7b3e9ca3774f7cfa98a2bc17e2992dfe6 (patch)
tree2fa4684739f670987c13d4a690ba0984a2666d09
parent515b1d087462531cac0e8d9c47465553a2c46fb9 (diff)
more general unclutter flags
-rw-r--r--config/xinitrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/xinitrc b/config/xinitrc
index cbcc0e8..2dd241e 100644
--- a/config/xinitrc
+++ b/config/xinitrc
@@ -15,8 +15,7 @@ else
fi
~/.fehbg &
slstatus &
-dunst &
-unclutter --timeout 3 --hide-on-key-press &
+unclutter --timeout 3 &
WM=${2:-dwm}
exec dbus-launch --exit-with-session bash -c "${AUDIO}; exec ${WM}"