diff options
| author | bakkeby <[email protected]> | 2020-08-27 06:26:48 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-27 06:26:48 +0200 |
| commit | e952cc9a81c00997cfd8d7115a83724769af463d (patch) | |
| tree | 2c7129eade678e7340789ab6e8e62da3754306b9 /config.def.h | |
| parent | f45acf87959d42808a198042efe2cc6185ce7fd1 (diff) | |
| download | dwm-flexipatch-e952cc9a81c00997cfd8d7115a83724769af463d.tar.gz dwm-flexipatch-e952cc9a81c00997cfd8d7115a83724769af463d.zip | |
Minor refactoring of warp and fullscreen patches, getting rid of MONOCLE_LAYOUT_POS setting
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index be4e9e8..9f682c7 100644 --- a/config.def.h +++ b/config.def.h @@ -674,9 +674,6 @@ static const int decorhints = 1; /* 1 means respect decoration hints */ #define FORCE_VSPLIT 1 #endif -/* Position of the monocle layout in the layouts variable, used by warp and fullscreen patches */ -#define MONOCLE_LAYOUT_POS 2 - #if FLEXTILE_DELUXE_LAYOUT static const Layout layouts[] = { /* symbol arrange function, { nmaster, nstack, layout, master axis, stack axis, secondary stack axis } */ |
