chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dot/xinitrc: Run `unclutter'.
[profile]
/
dot
/
xinitrc
diff --git
a/dot/xinitrc
b/dot/xinitrc
index 89105c11e1eb9b6871fc5d39a3897e3f3d847e03..76654e33d2bc0086f0c0b87b64cdde69134cfdc5 100755
(executable)
--- 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 unclutter -root -idle 7; fi
+
## Key mappings.
xmodmap $HOME/.xmodmap
if [ -r $HOME/.xmodmap-local ]; then