Feature request: Add configure option to use Mod4 (or whatever) instead of Mod1 for window moving and resizing #41
Labels
enhancement
The report requests an enhancement beyond the intended behaviour.
After a lot of Googling for how to use the Windows/Super key instead of Alt for moving windows around, I finally decided to check the source code and saw that Mod1 is hardcoded (at least I think it is):
blackboxwm/src/Window.cc
Lines 1862 to 1872 in 7d9bb9d
It would be nice to be able to change that from some rc value like I have been able to in other window managers. I am also used to Win+middle button for resizing, so I guess being able to change the mouse button used in the above code using an rc file value would be good too :)
The text was updated successfully, but these errors were encountered: