summaryrefslogtreecommitdiffstats
path: root/desktop/dwl/sbo-patches/use-winkey.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dwl/sbo-patches/use-winkey.patch')
-rw-r--r--desktop/dwl/sbo-patches/use-winkey.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/dwl/sbo-patches/use-winkey.patch b/desktop/dwl/sbo-patches/use-winkey.patch
new file mode 100644
index 0000000000..7dafe503bd
--- /dev/null
+++ b/desktop/dwl/sbo-patches/use-winkey.patch
@@ -0,0 +1,11 @@
+--- a/config.def.h 2022-04-10 23:38:48.000000000 -0300
++++ b/config.def.h 2022-05-12 00:58:25.427926600 -0300
+@@ -52,7 +52,7 @@
+ static const int natural_scrolling = 0;
+
+ /* If you want to use the windows key change this to WLR_MODIFIER_LOGO */
+-#define MODKEY WLR_MODIFIER_ALT
++#define MODKEY WLR_MODIFIER_LOGO
+ #define TAGKEYS(KEY,SKEY,TAG) \
+ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \
+ { MODKEY|WLR_MODIFIER_CTRL, KEY, toggleview, {.ui = 1 << TAG} }, \