mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +00:00
apply rotatetags patch
This commit is contained in:
parent
3a2bf53b8f
commit
b57dfa173a
@ -24,7 +24,14 @@ static const char *const autostart[] = {
|
|||||||
NULL /* terminate */
|
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)
|
#define TAGCOUNT (10)
|
||||||
|
|
||||||
static int log_level = WLR_ERROR;
|
static int log_level = WLR_ERROR;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user