dwm

My build of dwm from suckless
git clone https://git.regexghost.com/dwm.git
Log | Files | Refs | README | LICENSE

commit 902bfbb3ee7ce040d6bf07331d8015a578bd337c
parent 069c9b32397e54c949ebe433e47adf40ed7e0fa5
Author: regexghost <dev@regexghost.com>
Date:   Thu,  9 Jul 2026 14:22:39 +0100

reduced workspaces and bar at bottom

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -4,7 +4,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ -static const int topbar = 1; /* 0 means bottom bar */ +static const int topbar = 0; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#222222"; @@ -26,7 +26,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tags[] = { "1", "2", "3", "4", "5", "6" }; static const Rule rules[] = { /* xprop(1):