chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a2cb2ff
)
dot/xinitrc: Run `unclutter'.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Apr 2022 15:42:18 +0000
(16:42 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Apr 2022 15:42:23 +0000
(16:42 +0100)
dot/xinitrc
patch
|
blob
|
blame
|
history
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
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
## Key mappings.
xmodmap $HOME/.xmodmap
if [ -r $HOME/.xmodmap-local ]; then