From 2490fb0ea84242645a204c1e53f9356769625c12 Mon Sep 17 00:00:00 2001 From: korei999 Date: Wed, 29 Nov 2023 22:03:38 +0200 Subject: [PATCH] remove toggletag --- config.def.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.def.h b/config.def.h index 9a9d6d1..f13c4a5 100644 --- a/config.def.h +++ b/config.def.h @@ -14,8 +14,6 @@ static const unsigned int gappih = 0; /* horiz inner gap between wind static const unsigned int gappiv = 0; /* vert inner gap between windows */ static const unsigned int gappoh = 0; /* horiz outer gap between windows and screen edge */ static const unsigned int gappov = 0; /* vert outer gap between windows and screen edge */ -static const char *cursortheme = "Adwaita"; /* theme from ${XCURSOR_PATH} or /usr/share/cursors/xorg-x11 if emtpy*/ -static const char cursorsize[] = "24"; static const float bordercolor[] = COLOR(0x00000000); static const float focuscolor[] = COLOR(0x7aa6daff); static const float urgentcolor[] = COLOR(0xd54e53ff);