Move Resize Binding: Difference between revisions
Jump to navigation
Jump to search
(Created page with "right|140px|link=Move Resize Binding|image '''Move Resize Binding''' <small>''(bindings)''</small> hold the Super key and use the left mouse button to move the window or use the right mouse button to resize the window. <pre> ## FILE 1 ## Bindings: MoRzBinding.txt ## Move window (Super+left mouse click). ## Super = key with window sign. DestroyFunc FocusWhenMove AddToFunc FocusWhenMove + I Raise + I Focus + M Move Mouse 1 WS 4 FocusWhen...") |
No edit summary |
||
| Line 28: | Line 28: | ||
'''HOW TO''': | '''HOW TO''': | ||
Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br> | Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br> | ||
''Read MoRzBinding.txt'' | ''Read $[HOME]/MoRzBinding.txt'' | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
Revision as of 18:23, 11 July 2025
Move Resize Binding (bindings) hold the Super key and use the left mouse button to move the window or use the right mouse button to resize the window.
## FILE 1 ## Bindings: MoRzBinding.txt ## Move window (Super+left mouse click). ## Super = key with window sign. DestroyFunc FocusWhenMove AddToFunc FocusWhenMove + I Raise + I Focus + M Move Mouse 1 WS 4 FocusWhenMove ## Resize window (Super+right mouse click). DestroyFunc FocusWhenResize AddToFunc FocusWhenResize + I Raise + I Focus + I Resize Mouse 3 WS 4 FocusWhenResize
HOW TO:
Copy the code and paste it into your config. Or create FILE 1 and run the below line:
Read $[HOME]/MoRzBinding.txt