aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 80f4755..a2da6e8 100644
--- a/src/config.h
+++ b/src/config.h
@@ -74,8 +74,8 @@ const char* shutdowncmd[] = { "sudo", "shutdown", "-h", "now", NULL};
/** Shortcuts **/
static key keys[] = {
/* modifier key function argument */
- { MOD1, XK_h, increase, {NULL} },
- { MOD1, XK_l, decrease, {NULL} },
+ { MOD1, XK_h, decrease, {NULL} },
+ { MOD1, XK_l, increase, {NULL} },
{ MOD1|ShiftMask, XK_c, kill_client, {NULL} },
{ MOD1, XK_j, next_win, {NULL} },
{ MOD1, XK_k, prev_win, {NULL} },