Mercurial > gbwm
comparison default.config.h @ 14:9a4656899644 default tip
add backward window cycling with Win+Shift+Tab
author | Atarwn Gard <a@qwa.su> |
---|---|
date | Tue, 14 Oct 2025 18:20:13 +0500 |
parents | 49a8b21b0f95 |
children |
comparison
equal
deleted
inserted
replaced
13:7d783901ff7d | 14:9a4656899644 |
---|---|
50 { MOD, XK_p, spawn, {.v = menucmd} }, | 50 { MOD, XK_p, spawn, {.v = menucmd} }, |
51 { 0, XK_Print, spawn, {.v = scrotcmd} }, | 51 { 0, XK_Print, spawn, {.v = scrotcmd} }, |
52 { MOD, XK_q, killclient, {0} }, | 52 { MOD, XK_q, killclient, {0} }, |
53 { MOD, XK_f, toggle_fullscreen, {0} }, | 53 { MOD, XK_f, toggle_fullscreen, {0} }, |
54 { MOD, XK_Tab, cycle_focus, {0} }, | 54 { MOD, XK_Tab, cycle_focus, {0} }, |
55 { MOD|ShiftMask, XK_Tab, cycle_focus_backward, {0} }, | |
55 { MOD|ShiftMask, XK_q, quit, {0} }, | 56 { MOD|ShiftMask, XK_q, quit, {0} }, |
56 | 57 |
57 // Workspaces | 58 // Workspaces |
58 { MOD, XK_1, switchws, {.i = 0} }, | 59 { MOD, XK_1, switchws, {.i = 0} }, |
59 { MOD, XK_2, switchws, {.i = 1} }, | 60 { MOD, XK_2, switchws, {.i = 1} }, |