Center patch for dmenu.

This commit is contained in:
Bartek Stalewski 2021-10-20 10:20:38 +02:00
parent e05070759f
commit 32c401e9ae
12 changed files with 958 additions and 20 deletions

View file

@ -104,7 +104,7 @@ static Key keys[] = {
TAGKEYS( XK_0, 9)
/* apps n'shit */
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run -i") },
{ MODKEY, XK_space, spawn, SHCMD("dmenu_run -c -i" -l 20) },
{ MODKEY, XK_f, spawn, SHCMD("st -n nnn -e nnn -de") },
{ MODKEY, XK_i, spawn, SHCMD("scrot -f -s 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
{ SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },

BIN
_suckless/dwm/drw.o Normal file

Binary file not shown.