A little more documentation
[gregoa/zavai.git] / hooks / keyboard.fil
1 #!/bin/sh
2
3 # I'm sure there is some clever way to make the WM inflict transparency on the keyboard,
4 # but I don't know what it is, so for now a dodgy hack
5
6 make_transparent() {
7   sleep 5
8   /usr/bin/transset-df -n xvkbd .4
9 }
10
11 make_transparent &
12 exec /usr/bin/xvkbd