#!/bin/sh # I'm sure there is some clever way to make the WM inflict transparency on the keyboard, # but I don't know what it is, so for now a dodgy hack make_transparent() { sleep 5 /usr/bin/transset-df -n xvkbd .4 } make_transparent & exec /usr/bin/xvkbd