Move Resize Binding: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[[File:resize-move.png|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.  
[[File:resize-move.png|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>
<pre>
## FILE 1
## FILE 1: MoRzBinding.txt
## Bindings: MoRzBinding.txt
## Bindings


## Move window (Super+left mouse click).
## Move window (Super+left mouse click).
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 $[HOME]/MoRzBinding.txt''
''Read $[HOME]/.fvwm/MoRzBinding.txt''


__NOTOC____NOEDITSECTION__
__NOTOC____NOEDITSECTION__

Latest revision as of 11:50, 12 July 2025

image

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: MoRzBinding.txt
## Bindings

## 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]/.fvwm/MoRzBinding.txt