ToastFreeware
/
gregoa
/
zavai.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
note that symlinking to .xvkbd would be a mistake
[gregoa/zavai.git]
/
hooks
/
keyboard.fil
1
#!/bin/sh
2
3
# to use this, copy/sym-link it to ~/.zavai/keyboard
4
5
# I'm sure there is some clever way to make the WM inflict transparency on the keyboard,
6
# but I don't know what it is, so for now a dodgy hack
7
8
make_transparent() {
9
sleep 5
10
/usr/bin/transset-df -n xvkbd .4
11
}
12
13
make_transparent &
14
exec /usr/bin/xvkbd