tabbed

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

commit 082cda4092304e18ae1e60ccc76857d35a9d8e5c
parent 3fe721e457b50df8598350c323bfd857170f5775
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue, 26 Nov 2019 14:23:36 +0300

change movetab keybindings

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

diff --git a/config.def.h b/config.def.h @@ -41,8 +41,8 @@ static Key keys[] = { { 0|ShiftMask, XK_j, rotate, { .i = +1 } }, { 0|ShiftMask, XK_k, rotate, { .i = -1 } }, - { MODKEY|ShiftMask, XK_j, movetab, { .i = -1 } }, - { MODKEY|ShiftMask, XK_k, movetab, { .i = +1 } }, + { MODKEY, XK_h, movetab, { .i = -1 } }, + { MODKEY, XK_l, movetab, { .i = +1 } }, { MODKEY, XK_Tab, rotate, { .i = 0 } }, { MODKEY, XK_grave, spawn, SETPROP("_TABBED_SELECT_TAB") },