My Version with Hotkeys
This commit is contained in:
parent
45ef748361
commit
ea3d38202c
2 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ int main() {
|
|||
XSetInputFocus(d, e.xmaprequest.window, 2, 0))
|
||||
on(KeyPress, map("n", XCirculateSubwindowsUp(d, r); XSetInputFocus(d, e.xkey.window, 2, 0))
|
||||
map("q", XKillClient(d, e.xkey.subwindow))
|
||||
map("w", system("chromium &"))
|
||||
map("w", system("firefox &"))
|
||||
map("t", system("xterm &"))
|
||||
map("l", system("rotK"))
|
||||
map("u", system("vol 5%-"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue