mirror of
https://github.com/0intro/wmii
synced 2025-01-03 09:04:32 +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 BORDER_WIDTH 1
|
||||
#define LAYOUT "column"
|
||||
#define BORDER_WIDTH 3
|
||||
#define LAYOUT "float"
|
||||
#define GAP 5
|
||||
|
||||
#define ROOT_MASK (SubstructureRedirectMask | SubstructureNotifyMask | ButtonPressMask | ButtonReleaseMask)
|
||||
|
Loading…
Reference in New Issue
Block a user