diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-07 03:36:55 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-07 03:36:55 +0900 |
| commit | a99d8241826a188e779d28cdfecf8ff2793f2a93 (patch) | |
| tree | 6b9df18ac744fea75218ac12c64cc25d34eaeca2 | |
| parent | cbcb1f11ecb1179cfa829c7df3fcfdc99b357110 (diff) | |
Init
| -rw-r--r-- | dwm/config.h | 2 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 144120 -> 144120 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h index 3bc63c7..82622a5 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -390,7 +390,7 @@ static const Key keys[] = { { ControlMask | ShiftMask, XK_F5, spawn, SHCMD("killall -q dwmblocks; setsid -f dwmblocks") }, // TRAVERSALS - { MODKEY, XK_semicolon, togglemark, {0} }, + { MODKEY, XK_apostrophe, togglemark, {0} }, { MODKEY, XK_Tab, swapfocus, {0} }, { MODKEY | ShiftMask, XK_Tab, swapclient, {0} }, { MODKEY2, XK_Tab, view, {0} }, Binary files differ |
