chiark / gitweb /
dot/xinitrc: Run `unclutter'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Apr 2022 15:42:18 +0000 (16:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Apr 2022 15:42:23 +0000 (16:42 +0100)
dot/xinitrc

index 89105c11e1eb9b6871fc5d39a3897e3f3d847e03..76654e33d2bc0086f0c0b87b64cdde69134cfdc5 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