diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 18:22:27 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 18:22:27 +0300 |
commit | f44745c9ec54d5814f3e9133c33c1b703fc86884 (patch) | |
tree | e1e499ba9fd8d2007667aa55123c92c3a06e2169 | |
parent | 9b8a945cb8e3ca2fa97a01ea0cba20781f6a1238 (diff) |
Added in proper configuration for Win-Icons and Sticky6.4-Win-Icons
Changes to be committed:
modified: config.h
-rw-r--r-- | config.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,8 +5,8 @@ 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 in pixels */ -#define ICONSPACING 5 /* space between icon and title */ +#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 */ @@ -101,6 +101,8 @@ static Key keys[] = { { MODKEY, XK_Right, viewnext, {0} }, { MODKEY, XK_Left, viewprev, {0} }, + { MODKEY, XK_s, togglesticky, {0} }, + TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) |