From 496351cdd28cbdaef9b7bbdf6496493925848cf4 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:48:52 +0300 Subject: Revert "WinIcon Patch" This reverts commit 48d827bb16e57a06c951c08bcf98ca1c088da9eb. Changes to be committed: modified: config.def.h modified: config.def.h.orig modified: config.h modified: config.mk deleted: config.mk.orig modified: drw.c modified: drw.c.orig modified: drw.h deleted: drw.h.orig modified: dwm.c modified: dwm.c.orig deleted: patches/dwm-winicon-6.3-v2.1.diff --- config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index f187d19..b11e370 100644 --- a/config.h +++ b/config.h @@ -5,11 +5,6 @@ static const unsigned int gappx = 4; /* tiling spacing */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -#define ICONSIZE 17 /* icon size in pixels */ -#define ICONSPACING 6 /* space between icon and title */ -//#define ICONSIZE bh /* make icon size equals to bar height */ -//#define ICONSIZE (bh - 4) /* or adaptively preserve 2 pixels each side */ - static const char *fonts[] = { "inconsolata:pixelsize=17" }; static const char dmenufont[] = "inconsolata:pixelsize=17"; -- cgit v1.2.3