diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-11 22:50:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-11 22:50:30 +0900 |
| commit | db07b02cb15f55f0b7c98eb647ec600357c18953 (patch) | |
| tree | 4fbd7bd2f84e574ea2251ec05d11e2763ec870e6 | |
| parent | 5d170a461a4425015e249fa7c70719d761e2cddf (diff) | |
Init
| -rw-r--r-- | dwm/config.h | 4 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 144416 -> 144416 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h index 3eb0ee2..001d06f 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -447,8 +447,8 @@ static Command commands[] = { /* Modifier (4 keys) keysyms (4 keys) function argument */ // APPEARANCES - { { ControlMask, 0, 0, 0 }, { XK_b, 0, 0, 0 }, togglebar, {0} }, - { { ShiftMask, 0, 0, 0 }, { XK_b, 0, 0, 0 }, togglebar, { .i = 1 } }, + { { ShiftMask, 0, 0, 0 }, { XK_b, 0, 0, 0 }, togglebar, {0} }, + { { ControlMask, 0, 0, 0 }, { XK_b, 0, 0, 0 }, togglebar, { .i = 1 } }, { { ControlMask, 0, 0, 0 }, { XK_o, 0, 0, 0 }, toggleborder, {0} }, { { ControlMask, 0, 0, 0 }, { XK_f, 0, 0, 0 }, togglefloating, {0} }, { { ControlMask, 0, 0, 0 }, { XK_g, 0, 0, 0 }, togglegaps, {0} }, Binary files differ |
