dot/xinitrc: Invoke `unclutter' in a not-broken way.
[profile] / dot / xinitrc
index 89105c1..e5bc1b3 100755 (executable)
@@ -139,6 +139,9 @@ initialize () {
   run init xset r rate 500 50
   run init xset m 2 1
 
+  ## Unclutter.
+  if type -t >/dev/null unclutter; then run bgclients unclutter -root -idle 7; fi
+
   ## Key mappings.
   xmodmap $HOME/.xmodmap
   if [ -r $HOME/.xmodmap-local ]; then