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/