diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 04:27:28 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 04:27:28 +0300 |
commit | 48d827bb16e57a06c951c08bcf98ca1c088da9eb (patch) | |
tree | 8a35a8236d66db6476f8437557881144463e82bb /config.def.h | |
parent | 67f972f7426503cd4307ffe53868453d19777efa (diff) |
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
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index faa06ef..bbd4d96 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,8 @@ static const unsigned int gappx = 6; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ 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[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#222222"; |