mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
bartabgroups + monocle change to default configuration
This commit is contained in:
parent
00320fb842
commit
6eeb5ad13b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user