diff options
| author | BardofSprites <[email protected]> | 2024-12-29 19:49:18 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-12-29 19:49:18 -0500 |
| commit | 107d7a0c2768972d52c7731abee7f4999fc756fb (patch) | |
| tree | f0ac25cb9175e04f6e2be5e8a363510d6ba8735d | |
| parent | fd0a9ab1c760e0607d43794497d5558615fa2656 (diff) | |
better window movement settings
| -rw-r--r-- | fvwm/.fvwm/config | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config index 94df24d..2045df6 100644 --- a/fvwm/.fvwm/config +++ b/fvwm/.fvwm/config @@ -732,8 +732,26 @@ AddtoFunc F-Resize + I WarpToWindow 100 100 + I Resize -Silent Mouse 3 A 4 F-Resize -Silent Mouse 1 A 4 F-Move +DestroyFunc F-MoveMonRight +AddtoFunc F-MoveMonRight ++ I MoveToScreen $[monitor.1.name] ++ I WarpToWindow 50 50 + +DestroyFunc F-MoveMonLeft +AddtoFunc F-MoveMonLeft ++ I MoveToScreen $[monitor.0.name] ++ I WarpToWindow 50 50 + +Silent Key A A 4 Raise +Silent Key S A 4 Lower +Silent Mouse 3 A 4 F-Resize +Silent Mouse 1 A 4 F-Move + +# monitor +Silent Key Left A 4 MoveToScreen $[monitor.0.name] +Silent Key Right A 4 MoveToScreen $[monitor.1.name] +Silent Key Left A 4S F-MoveMonLeft +Silent Key Right A 4S F-MoveMonRight # deiconify/iconify and rearrange Mouse 1 I A DeiconifyAndRearrange @@ -852,7 +870,7 @@ DestroyModuleConfig FvwmIconMan:* *FvwmIconMan: Action Mouse 0 A ret *FvwmIconMan: Action Mouse 1 A sendcommand IconManClick *FvwmIconMan: Action Mouse 3 A sendcommand "Menu MenuIconOps" -*FvwmIconMan: Resolution global +*FvwmIconMan: Resolution desk *FvwmIconMan: Tips needed *FvwmIconMan: Sort id |
