Remove hidetabs patch to reflect tabb

This commit is contained in:
Alexis Jhon Gaspar 2023-10-25 23:10:44 +08:00
parent d022bee3b1
commit e95e8c4003
2 changed files with 3 additions and 2 deletions

View file

@ -226,6 +226,7 @@ ResourcePref resources[] = {
#endif // XRESOURCES_PATCH
#define MODKEY Mod4Mask
#define MODKEY2 ControlMask
#if KEYCODE_PATCH
static const Key keys[] = {
/* modifier key function argument */

View file

@ -53,7 +53,7 @@
* This patch relies on the keyrelease patch to support show/hide on keypress/keyrelease.
* https://tools.suckless.org/tabbed/patches/hidetabs/
*/
#define HIDETABS_PATCH 1
#define HIDETABS_PATCH 0
/* This patch gives tabbed an icon. This icon is the currently selected tab's icon.
* If the selected tab has no icon (or no tab is selected), use a (admittedly ugly) default icon.
@ -75,7 +75,7 @@
* For example usage see: hidetabs
* https://tools.suckless.org/tabbed/patches/keyrelease/
*/
#define KEYRELEASE_PATCH 1
#define KEYRELEASE_PATCH 0
/* This patch allows tabbed colors to be defined via Xresources.
* https://tools.suckless.org/tabbed/patches/xresources/