diff options
| author | bakkeby <[email protected]> | 2020-09-20 08:45:37 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-20 08:45:37 +0200 |
| commit | 6eeb5ad13b611e0f5644c316fe4e1f73bbdb7dab (patch) | |
| tree | e9905c1d9328fc8cd1d5f18aa896d5c3dc3d9dd9 | |
| parent | 00320fb842703d6ee219aa2ed1f71f4d0247ed93 (diff) | |
| download | dwm-flexipatch-6eeb5ad13b611e0f5644c316fe4e1f73bbdb7dab.tar.gz dwm-flexipatch-6eeb5ad13b611e0f5644c316fe4e1f73bbdb7dab.zip | |
bartabgroups + monocle change to default configuration
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index aa2950b..454f0cb 100644 --- a/config.def.h +++ b/config.def.h @@ -76,10 +76,12 @@ static const int quit_empty_window_count = 2; /* only allow dwm to quit if no #if BAR_EXTRASTATUS_PATCH static const char statussep = ';'; /* separator between status bars */ #endif // BAR_EXTRASTATUS_PATCH -#if BAR_TABGROUPS_PATCH && MONOCLE_LAYOUT +#if BAR_TABGROUPS_PATCH +#if MONOCLE_LAYOUT static void (*bartabmonfns[])(Monitor *) = { monocle /* , customlayoutfn */ }; #else static void (*bartabmonfns[])(Monitor *) = { NULL /* , customlayoutfn */ }; +#endif // MONOCLE_LAYOUT #endif // BAR_TABGROUPS_PATCH #if BAR_PANGO_PATCH static const char font[] = "monospace 10"; |
