X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/d3dfca99c907fc64b8a72d6b506a331b5c9bcd4d..48a9c9c1a60f4f5ebc71a5e5269b01109c9dcfa4:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index 4e03412..e5bc1b3 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -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 @@ -441,7 +444,7 @@ EOF eval "${line#!}" ;; *) - set -- $line + eval "set -- $line" run bgclients "$@" ;; esac