diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 05:05:52 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 05:05:52 +0300 |
commit | 9b8a945cb8e3ca2fa97a01ea0cba20781f6a1238 (patch) | |
tree | 559d4cec1eb648350ba3ea9e9a150a3449ff6dcd /config.h | |
parent | 48d827bb16e57a06c951c08bcf98ca1c088da9eb (diff) |
WinIcons patch finalized.
Changes to be committed:
modified: config.h
renamed: patches_huge/dwm-winicon-6.3-v2.1.diff -> patches/dwm-winicon-6.3-v2.1.diff
deleted: patches_huge/dwm-tag-preview-6.3.diff
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,8 +4,12 @@ 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 ICONSIZE 16 /* icon size in pixels */ #define ICONSPACING 5 /* 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"; |