Replies: 1 comment 1 reply
-
Not sure if that makes it more intuitive. Perhaps it is better to have a more generic search and replace along these lines: sed -i 's/Mod4Mask/Mod1Mask/;s/#define MODKEY Mod1Mask/#define MODKEY Mod4Mask/' config.h |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If one changes
dwm-flexipatch/config.def.h
Line 714 in 96820b2
for example to
Mod4Mask
a lot of the shortcuts become ambiguous.So the idea would be some sort of case:
Based on the value of the
MODKEY
define anALTMODKEY
that has either the valueMod4Key
orMod1Key
.Beta Was this translation helpful? Give feedback.
All reactions