diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-09-12 15:42:32 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-09-12 15:42:32 +0100 |
| commit | ac937caaec7921ff526b32594942ba16bf26159f (patch) | |
| tree | 0064518c8a4b057649dba4708894c46f6cce42e9 /config.h | |
| parent | b0c17bbe25e022e3de907c7361e9d9883cd78ffd (diff) | |
added bidirectional patch
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ 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 = 0; /* 1 means alttags will show only when key is held down*/ +static const int momentaryalttags = 1; /* 1 means alttags will show only when key is held down*/ static const Rule rules[] = { /* xprop(1): |
