diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-09-05 13:20:23 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-09-05 13:20:23 +0100 |
| commit | 34438f4ce718e3244d87b21bd9b5f67ffc0d54bd (patch) | |
| tree | 79ba2b586e53ddacbbfaf35c4ac420648d4f614d | |
| parent | 99e88796a625ed1f8370be8d036de969fb3cf6fe (diff) | |
Added new determine the resize edge from the pointer's position in the window section.
| -rw-r--r-- | .config/cow/cow.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 866fdeb..a720e73 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -510,6 +510,9 @@ bind LS+b script { # Hold the chosen modifier while dragging anywhere in a window. mouse L+left window-move mouse L+right window-resize +# Determine the resize edge from the pointer's position in the window: +# mouse L+right window-resize -e automatic +# bind L+r window-resize -e automatic -W # Super+middle-drag: drag a window's titlebar onto another to containerise # them. Release over the target's titlebar to group; release over empty # space completes a normal move. Super+Shift+left is an alternative for |
