diff options
| author | Kumar Damani <kdamani@kepler.space> | 2021-11-18 17:26:17 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2021-11-18 18:00:50 +0000 |
| commit | 1a685bd430f33e4fcbb600437960a2877c17cc04 (patch) | |
| tree | a8e4f5d227d81bee2b9f06b1d74975d48fdd5965 /config.h | |
| parent | 22f524735df14941b3612beb25b3330d7117cfc4 (diff) | |
added pactch for dwm restart
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ static Key keys[] = { TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_Escape, quit, {0} }, + { MODKEY|ControlMask|ShiftMask, XK_Escape, quit, {1} } }; /* button definitions */ |
