mirror of
https://github.com/0intro/wmii
synced 2025-01-05 10:05:15 +03:00
fixed some constants to be saner
This commit is contained in:
parent
5fb35fde42
commit
c552c58519
@ -92,8 +92,8 @@ enum {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define PROTO_DEL 1
|
#define PROTO_DEL 1
|
||||||
#define BORDER_WIDTH 1
|
#define BORDER_WIDTH 3
|
||||||
#define LAYOUT "column"
|
#define LAYOUT "float"
|
||||||
#define GAP 5
|
#define GAP 5
|
||||||
|
|
||||||
#define ROOT_MASK (SubstructureRedirectMask | SubstructureNotifyMask | ButtonPressMask | ButtonReleaseMask)
|
#define ROOT_MASK (SubstructureRedirectMask | SubstructureNotifyMask | ButtonPressMask | ButtonReleaseMask)
|
||||||
|
Loading…
Reference in New Issue
Block a user