dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0c3f7872a15a7aa6fe2af7868b769fbc8899bfd4
parent fc17348c2aa5799780bbe6d255439912bc980cb8
Author: andrew.laack <andrew.laack@imbue.com>
Date:   Sat, 13 Sep 2025 14:03:58 -0500

Updated config

Diffstat:
Mconfig.h | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/config.h b/config.h @@ -6,7 +6,7 @@ // movestack (move windows up and down the stack. This gives better control) /* appearance */ -static const unsigned int borderpx = 0; /* border pixel of windows */ +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 */ @@ -28,11 +28,11 @@ static const char *colors[][3] = { /* tagging */ static const char *tags[] = { - "1: WORK", - "2: SCHOOL", - "3: LEETCODE", - "4: ML", - "5: MATH", + "1", + "2", + "3", + "4", + "5", // "5: ", // "6: DL", // "7: ",