fixed fonts, added newsboat
This commit is contained in:
parent
8c4521015f
commit
11ab11d59e
23 changed files with 2892 additions and 37 deletions
|
@ -95,6 +95,13 @@ static const Key keys[] = {
|
|||
TAGKEYS( XK_8, 7)
|
||||
TAGKEYS( XK_9, 8)
|
||||
{ MODKEY|ShiftMask, XK_q, quit, {0} },
|
||||
{ MODKEY, XK_s, scratchpad_show, {.i = 1} },
|
||||
{ MODKEY, XK_y, scratchpad_show, {.i = 2} },
|
||||
{ MODKEY, XK_u, scratchpad_show, {.i = 3} },
|
||||
{ MODKEY|ShiftMask, XK_s, scratchpad_hide, {.i = 1} },
|
||||
{ MODKEY|ShiftMask, XK_y, scratchpad_hide, {.i = 2} },
|
||||
{ MODKEY|ShiftMask, XK_u, scratchpad_hide, {.i = 3} },
|
||||
{ MODKEY|ShiftMask, XK_r, scratchpad_remove, {0} },
|
||||
};
|
||||
|
||||
/* button definitions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue