From 08485010f07ef1dff48aa6f8f48ec2d6aa56965d Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 13 Aug 2026 17:41:58 +0100 Subject: Add new fullscreen bind and reserve space at top for cowpager. --- .config/cow/cow.conf | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to '.config/cow') diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 32c2fc1..52ec74b 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -21,7 +21,7 @@ set snap_distance 12 set cursor.hide_timeout 4000 # Reserve an area on the screen. Can be reserved.{top, bottom, left, right} -set reserved.top 10 +set reserved.top 55 set reserved.left 10 set reserved.right 10 set reserved.bottom 10 @@ -268,6 +268,9 @@ bind L+m window-maximize -T bind C+Return window-expand -T bind C+i winops -i +# Full screen a window regardless of reserved areas +bind L+f window-maximize -T -R + # Focus windows, next/prev. 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' @@ -409,16 +412,10 @@ rule -g -T on-map -n cowiconman -s /cowiconman-/ script { window-move -x 500 -y 1040 } -rule -g -T on-map -n cowpager -s /cowpager:/ script { - winops -sS - winops -L =top - window-move -x 650 -y 5 - } - rule -g -T on-map -n cowpager -s /cowpager:/ script { winops -sS winops -C on - winops -L =top + # winops -L =top window-move -x 650 -y 5 } -- cgit v1.3