summaryrefslogtreecommitdiff
path: root/dwm/config.def.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-05-17 13:00:25 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-05-17 13:00:25 +0900
commita88492f385375e5cadb1433226d72f96e0ae08ee (patch)
tree6d706dcf05a498ae83b258ea4adbbae3bb089663 /dwm/config.def.h
parent3b09d7bdfd7a1d0e7f90b34bcf605f1de18846e9 (diff)
modified dwm/config.def.h, modified dwm/dwm.c, created patches/dwm-mainmon-20220330-bece862.diff
Diffstat (limited to 'dwm/config.def.h')
-rw-r--r--dwm/config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 21fadcf..d639fde 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -15,6 +15,7 @@ static const double activeopacity = 1.0f; /* Window opacity when it's
static const double inactiveopacity = 1.0f; /* Window opacity when it's inactive (0 <= opacity <= 1) */
static const int allowkill = 1; /* allow killing clients by default? */
static int alt_tab_direction = 1; /* 1 means cycle forward */
+static const int mainmon = 0; /* xsetroot will only change the bar on this monitor */
static int showbar = 1; /* 0 means no bar */
static const int showfloating = 1; /* 0 means no floating indicator */
static const int showlayout = 1; /* 0 means no layout indicator */