dot/xinitrc: Run `unclutter'.
[profile] / dot / xinitrc
index 89105c1..76654e3 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 unclutter -root -idle 7; fi
+
   ## Key mappings.
   xmodmap $HOME/.xmodmap
   if [ -r $HOME/.xmodmap-local ]; then