diff options
| -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 |
