aboutsummaryrefslogtreecommitdiff
path: root/.config/cow/cow.conf
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-13 17:41:58 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-13 17:41:58 +0100
commit08485010f07ef1dff48aa6f8f48ec2d6aa56965d (patch)
treece511680abc1c3c368c9df95157bfd1f4973d38a /.config/cow/cow.conf
parent94a97c28df66cb6a88d877e1ddb38233f6d8568c (diff)
Add new fullscreen bind and reserve space at top for cowpager.
Diffstat (limited to '.config/cow/cow.conf')
-rw-r--r--.config/cow/cow.conf13
1 files changed, 5 insertions, 8 deletions
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'
@@ -410,15 +413,9 @@ rule -g -T on-map -n cowiconman -s /cowiconman-/ script {
}
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
}