diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-19 16:49:38 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-19 16:49:38 +0100 |
| commit | 5b4ea9efc3fb4d842190090c7f9e5f43cba9db75 (patch) | |
| tree | d27485b4d06fd476126051217af00ae40362d55d /.config/cow/cow.conf | |
| parent | 1cdeed0157cc49a4078663ae8387b0f7a632d3e7 (diff) | |
Added -w option to move keybinds to keep cursor on focused window moving.
Diffstat (limited to '.config/cow/cow.conf')
| -rw-r--r-- | .config/cow/cow.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 1f17b5f..f001bbf 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -278,10 +278,10 @@ bind A+Tab focus -nw -F 'self.current_output and self.current_page' bind AS+Tab focus -pw -F 'self.current_output and self.current_page' # Move (see the `step` setting) -r after bind is for auto repeat -bind -r LS+Up window-move -d up -bind -r LS+Down window-move -d down -bind -r LS+Left window-move -d left -bind -r LS+Right window-move -d right +bind -r LS+Up window-move -w -d up +bind -r LS+Down window-move -w -d down +bind -r LS+Left window-move -w -d left +bind -r LS+Right window-move -w -d right # Move (snap to nearest edge / cross monitor) bind L+Up window-move -nw -d up |
