Edit tabbing hotkeys

This commit is contained in:
Yash Karandikar 2022-11-02 15:51:15 -05:00
parent c0bb591af9
commit 0fbf1949f3
4 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
tabbed
tabbed.o

View File

@ -39,8 +39,8 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_Return, focusonce, { 0 } },
{ MODKEY|ShiftMask, XK_Return, spawn, { 0 } },
{ MODKEY|ShiftMask, XK_l, rotate, { .i = +1 } },
{ MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } },
{ MODKEY|ShiftMask, XK_x, rotate, { .i = +1 } },
{ MODKEY|ShiftMask, XK_z, rotate, { .i = -1 } },
{ MODKEY|ShiftMask, XK_j, movetab, { .i = -1 } },
{ MODKEY|ShiftMask, XK_k, movetab, { .i = +1 } },
{ MODKEY, XK_Tab, rotate, { .i = +1 } },

BIN
tabbed

Binary file not shown.

BIN
tabbed.o

Binary file not shown.