From a88492f385375e5cadb1433226d72f96e0ae08ee Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 17 May 2025 13:00:25 +0900 Subject: modified dwm/config.def.h, modified dwm/dwm.c, created patches/dwm-mainmon-20220330-bece862.diff --- dwm/config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dwm/config.def.h') 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 */ -- cgit v1.2.3