From 60abc2c323fa0355d6cd52005561e262efc1b23c Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Thu, 1 Mar 2012 19:42:56 +0200 Subject: rotate non-empty desktops with shortcuts --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1dfe4fe..835d2b3 100644 --- a/config.def.h +++ b/config.def.h @@ -63,6 +63,8 @@ static Key keys[] = { { MOD1, XK_k, prev_win, {NULL}}, { MOD1|CONTROL, XK_h, rotate, {.i = -1}}, { MOD1|CONTROL, XK_l, rotate, {.i = +1}}, + { MOD1|SHIFT, XK_h, rotate_filled, {.i = -1}}, + { MOD1|SHIFT, XK_l, rotate_filled, {.i = +1}}, { MOD1, XK_Tab, last_desktop, {NULL}}, { MOD1, XK_Return, swap_master, {NULL}}, { MOD1|SHIFT, XK_j, move_down, {NULL}}, -- cgit v1.3.1