]> code.delx.au - spectrwm/commitdiff
Fix my pasto for Mod+Shift+k -> swap_prev. Noticed by Marco.
authorDarrin Chandler <dwchandler@stilyagin.com>
Mon, 30 Mar 2009 17:20:24 +0000 (17:20 +0000)
committerDarrin Chandler <dwchandler@stilyagin.com>
Mon, 30 Mar 2009 17:20:24 +0000 (17:20 +0000)
"yes get this in damnit!" marco

scrotwm.c

index 404d35608b4297c7352e4d587ccfcf1e69bd72ca..abb60de8cafd1ae4d3f165db545b1c099648357b 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -2375,7 +2375,7 @@ setup_keys(void)
        setkeybinding(MODKEY,           XK_j,           kf_focus_next);
        setkeybinding(MODKEY,           XK_k,           kf_focus_prev);
        setkeybinding(MODKEY|ShiftMask, XK_j,           kf_swap_next);
-       setkeybinding(MODKEY|ShiftMask, XK_k,           kf_swap_next);
+       setkeybinding(MODKEY|ShiftMask, XK_k,           kf_swap_prev);
        setkeybinding(MODKEY|ShiftMask, XK_Return,      kf_spawn_term);
        setkeybinding(MODKEY,           XK_p,           kf_spawn_menu);
        setkeybinding(MODKEY|ShiftMask, XK_q,           kf_quit);