From 5b4ea9efc3fb4d842190090c7f9e5f43cba9db75 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 19 Aug 2026 16:49:38 +0100 Subject: Added -w option to move keybinds to keep cursor on focused window moving. --- .config/cow/cow.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/cow/cow.conf') 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 -- cgit v1.3