From 48d827bb16e57a06c951c08bcf98ca1c088da9eb Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Thu, 17 Aug 2023 04:27:28 +0300 Subject: WinIcon Patch Changes to be committed: modified: config.def.h modified: config.def.h.orig modified: config.h modified: config.mk new file: config.mk.orig modified: drw.c modified: drw.c.orig modified: drw.h new file: drw.h.orig modified: dwm.c modified: dwm.c.orig modified: patches_huge/dwm-winicon-6.3-v2.1.diff --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 10306dc..6250faa 100644 --- a/config.h +++ b/config.h @@ -4,6 +4,8 @@ static const unsigned int snap = 4; /* snap pixel */ 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 16 /* icon size */ +#define ICONSPACING 5 /* space between icon and title */ static const char *fonts[] = { "inconsolata:pixelsize=17" }; static const char dmenufont[] = "inconsolata:pixelsize=17"; -- cgit v1.2.3