From e95e8c40031b706e1fb118182c33fd70fbba21c4 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Wed, 25 Oct 2023 23:10:44 +0800 Subject: [PATCH] Remove hidetabs patch to reflect tabb --- tabbed-flexipatch/config.def.h | 1 + tabbed-flexipatch/patches.def.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tabbed-flexipatch/config.def.h b/tabbed-flexipatch/config.def.h index 9a7d216..d0d2a1a 100644 --- a/tabbed-flexipatch/config.def.h +++ b/tabbed-flexipatch/config.def.h @@ -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 */ diff --git a/tabbed-flexipatch/patches.def.h b/tabbed-flexipatch/patches.def.h index bf0a7fa..ff4ed1c 100644 --- a/tabbed-flexipatch/patches.def.h +++ b/tabbed-flexipatch/patches.def.h @@ -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/