kill xorg bind
This commit is contained in:
parent
236c6a7f2f
commit
3a4ea9e283
1 changed files with 1 additions and 0 deletions
1
config.h
1
config.h
|
@ -88,6 +88,7 @@ static Key keys[] = {
|
|||
/* modifier key function argument */
|
||||
STACKKEYS(MODKEY, focus)
|
||||
STACKKEYS(MODKEY|ShiftMask, push)
|
||||
{ MODKEY|ShiftMask, XK_Escape, spawn, SHCMD("prompt \"Leave Xorg?\" \"killall Xorg\"") },
|
||||
{ MODKEY, XK_grave, spawn, SHCMD("dmenuunicode") },
|
||||
/* { MODKEY|ShiftMask, XK_grave, togglescratch, SHCMD("") }, */
|
||||
TAGKEYS( XK_1, 0)
|
||||
|
|
Loading…
Reference in a new issue