My Version with Hotkeys

This commit is contained in:
riomoo 2025-01-26 07:59:09 -05:00
parent 45ef748361
commit ea3d38202c
Signed by: riomoo
SSH key fingerprint: SHA256:IidVcrEqw4r/6zlIASTgxRmFBmyRiZ/31wjlNkFzVG0
2 changed files with 3 additions and 2 deletions

View file

@ -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%-"))