tabbed

my build of tabbed
git clone git://git.ckyln.com/~cem/tabbed.git
Log | Files | Refs | README | LICENSE

commit 853e335d07e98df860b13920f7f620eaca7eefa5
parent 082cda4092304e18ae1e60ccc76857d35a9d8e5c
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 27 Nov 2019 15:32:50 +0300

change rotate keybindings

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -39,8 +39,8 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_Return, focusonce, { 0 } }, { MODKEY|ShiftMask, XK_Return, spawn, { 0 } }, - { 0|ShiftMask, XK_j, rotate, { .i = +1 } }, - { 0|ShiftMask, XK_k, rotate, { .i = -1 } }, + { MODKEY, XK_j, rotate, { .i = +1 } }, + { MODKEY, XK_k, rotate, { .i = -1 } }, { MODKEY, XK_h, movetab, { .i = -1 } }, { MODKEY, XK_l, movetab, { .i = +1 } }, { MODKEY, XK_Tab, rotate, { .i = 0 } },