summaryrefslogtreecommitdiffstats
path: root/6.3+h/0004-change-modkey.patch
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-05-04 10:33:07 +0800
committerJesús <heckyel@hyperbola.info>2022-05-04 10:33:07 +0800
commit4b34604a01a175c1f7a3d5aad26b0954c9177119 (patch)
tree8e06985e56492cb59d68505c62e47ad5a165b781 /6.3+h/0004-change-modkey.patch
downloaddwm-patches-4b34604a01a175c1f7a3d5aad26b0954c9177119.tar.lz
dwm-patches-4b34604a01a175c1f7a3d5aad26b0954c9177119.tar.xz
dwm-patches-4b34604a01a175c1f7a3d5aad26b0954c9177119.zip
initial commit
Diffstat (limited to '6.3+h/0004-change-modkey.patch')
-rw-r--r--6.3+h/0004-change-modkey.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/6.3+h/0004-change-modkey.patch b/6.3+h/0004-change-modkey.patch
new file mode 100644
index 0000000..2ca603c
--- /dev/null
+++ b/6.3+h/0004-change-modkey.patch
@@ -0,0 +1,13 @@
+diff --git a/config.def.h b/config.def.h
+index e77becd..9018dd4 100644
+--- a/config.def.h
++++ b/config.def.h
+@@ -51,7 +51,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} }, \