summaryrefslogtreecommitdiff
path: root/dwm/dwm.c
diff options
context:
space:
mode:
authorauric <auric7@protonmail.com>2025-09-07 18:15:42 -0500
committerauric <auric7@protonmail.com>2025-09-07 18:15:42 -0500
commit5cf3a788d2335d79c2e26c133f013c994f035ad7 (patch)
treea8775543e7c02e40faaf1175fb9d28688ffe3002 /dwm/dwm.c
parent9e19620c687158b2611e73249d32bbd196a84b4f (diff)
Fix duplicated definitions in dwm.c around scratchtag
Diffstat (limited to 'dwm/dwm.c')
-rw-r--r--dwm/dwm.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/dwm/dwm.c b/dwm/dwm.c
index 8f70a83..515cd33 100644
--- a/dwm/dwm.c
+++ b/dwm/dwm.c
@@ -284,40 +284,6 @@ static Window root, wmcheckwin;
#define BAROPACITY 1.0
#endif
-static unsigned int scratchtag = 1 << LENGTH(tags);
-
-#define SHMNAME "/breathing_color_shm"
-typedef struct {
- uint32_t magic;
- uint32_t version;
- volatile uint32_t seq;
- char color[8];
-} ColorShm;
-
-static ColorShm *accentshm;
-static char accentcol[8] = "#005577";
-
-#ifndef BAROPACITY
-#define BAROPACITY 1.0
-#endif
-
-static unsigned int scratchtag = 1 << LENGTH(tags);
-
-#define SHMNAME "/breathing_color_shm"
-typedef struct {
- uint32_t magic;
- uint32_t version;
- volatile uint32_t seq;
- char color[8];
-} ColorShm;
-
-static ColorShm *accentshm;
-static char accentcol[8] = "#005577";
-
-#ifndef BAROPACITY
-#define BAROPACITY 1.0
-#endif
-
/* tag used for scratchpad clients */
static const unsigned int scratchtag = 1 << LENGTH(tags);