commit b3a6b6a3ac31ff9ef93871906a327f1225a69c52
parent 960695aec3331ae29e80139163528133cd0d5891
Author: elbachir-one <bachiralfa@gmail.com>
Date: Wed, 26 Jun 2024 20:45:49 +0100
Remove changing of the modkey from the patch.
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/dwm.suckless.org/patches/cyclewindows/dwm-cyclewindows-20240624-56f64312.diff b/dwm.suckless.org/patches/cyclewindows/dwm-cyclewindows-20240624-56f64312.diff
@@ -14,15 +14,6 @@ diff --git a/config.def.h b/config.def.h
index 9efa774..fd0dda6 100644
--- a/config.def.h
+++ b/config.def.h
-@@ -45,7 +45,7 @@ static const Layout layouts[] = {
- };
-
- /* key definitions */
--#define MODKEY Mod1Mask
-+#define MODKEY Mod4Mask
- #define TAGKEYS(KEY,TAG) \
- { MODKEY, KEY, view, {.ui = 1 << TAG} }, \
- { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
@@ -85,6 +85,8 @@ static const Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },