diff options
author | Marvin Borner | 2020-07-10 14:04:33 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-10 14:04:33 +0200 |
commit | a796d12c54cfaf0c37246867052a0cde649a80f8 (patch) | |
tree | b3e33afd526f4c3e78d9b8d35012256cdb3ab800 /.repos/dwm/config.h | |
parent | df52cb313b0e614ab0545701df64143d390a16b8 (diff) |
Synci sync sync!
Diffstat (limited to '.repos/dwm/config.h')
-rw-r--r-- | .repos/dwm/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h index fb97363..dfe602a 100644 --- a/.repos/dwm/config.h +++ b/.repos/dwm/config.h @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +// Sorry, I formatted this config by accident and don't want to fix it :P /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ @@ -171,9 +172,10 @@ static Key keys[] = { { MODKEY, XK_l, setmfact, { .f = +0.05 } }, { MODKEY, XK_semicolon, shiftview, { .i = 1 } }, { MODKEY | ShiftMask, XK_semicolon, shifttag, { .i = 1 } }, - { MODKEY, XK_apostrophe, togglescratch, { .ui = 1 } }, { MODKEY, XK_Return, spawn, { .v = termcmd } }, { MODKEY | ShiftMask, XK_Return, togglescratch, { .ui = 0 } }, + { MODKEY, XK_apostrophe, togglescratch, { .ui = 1 } }, + { MODKEY | ShiftMask, XK_l, togglescratch, { .ui = 2 } }, { MODKEY, XK_z, incrgaps, { .i = +3 } }, { MODKEY, XK_x, incrgaps, { .i = -3 } }, |