Implement fullscreen mode (Mod1+f)

This commit is contained in:
Michael Stapelberg
2009-02-14 20:12:50 +01:00
parent d06fe8bc9e
commit 18543c6bce
6 changed files with 89 additions and 56 deletions

View File

@ -396,6 +396,8 @@ int main(int argc, char *argv[], char *env[]) {
BIND(30, 0, "exec /usr/pkg/bin/urxvt");
BIND(41, BIND_MOD_1, "f");
BIND(44, BIND_MOD_1, "h");
BIND(45, BIND_MOD_1, "j");
BIND(46, BIND_MOD_1, "k");