diff options
| author | moadAlami <moadalami40@gmail.com> | 2023-09-12 20:50:04 +0100 |
|---|---|---|
| committer | moadAlami <moadalami40@gmail.com> | 2023-09-12 20:50:04 +0100 |
| commit | 252437668f46adf3e85fa0549ff679439e298c8f (patch) | |
| tree | f8904acbe6bbc0b2a3aa389496d77f55d4f58234 /config.h | |
| parent | 6d95ff6f6cc7cc88df1dceb10e831a1b2f9a17ef (diff) | |
| parent | 5793570a1979aaa2a4bba587277e89f47f13a534 (diff) | |
Merge branch 'patching' of github.com:moadAlami/dwm into patching
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,8 @@ static const char *dec_bright[] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tagsalt[] = { "", "", "", "", "", "", "", "", "" }; +static const int momentaryalttags = 1; /* 1 means alttags will show only when key is held down*/ static const Rule rules[] = { /* xprop(1): @@ -111,6 +113,7 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, { MODKEY, XK_comma, focusmon, {.i = -1 } }, { MODKEY, XK_period, focusmon, {.i = +1 } }, + { MODKEY, XK_n, togglealttag, {0} }, { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, {MODKEY, XK_s, togglesticky, {0}}, |
