diff options
Diffstat (limited to '.config')
| -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 |
