mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-01-14 21:07:28 -08:00
apply rotatetags patch
This commit is contained in:
parent
3a2bf53b8f
commit
b57dfa173a
1 changed files with 8 additions and 1 deletions
|
@ -24,7 +24,14 @@ static const char *const autostart[] = {
|
|||
NULL /* terminate */
|
||||
};
|
||||
|
||||
/* tagging - tagcount must be no greater than 31 */
|
||||
enum {
|
||||
VIEW_L = -1,
|
||||
VIEW_R = 1,
|
||||
SHIFT_L = -2,
|
||||
SHIFT_R = 2,
|
||||
} RotateTags;
|
||||
|
||||
/* tagging - TAGCOUNT must be no greater than 31 */
|
||||
#define TAGCOUNT (10)
|
||||
|
||||
static int log_level = WLR_ERROR;
|
||||
|
|
Loading…
Reference in a new issue