diff options
| -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 |
