diff options
| -rw-r--r-- | .config/cow/cow.conf | 13 |
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 } |
