aboutsummaryrefslogtreecommitdiff
path: root/.config/cow/cow.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/cow/cow.conf')
-rw-r--r--.config/cow/cow.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf
index 0836d9d..c370171 100644
--- a/.config/cow/cow.conf
+++ b/.config/cow/cow.conf
@@ -13,9 +13,14 @@ set step 5
# renamed to `follows-mouse`?
set focus sloppy
-# How many pixels before a window is snapped.
+# Snap a moving window when it comes within this many pixels of an edge.
set snap_distance 12
+# New-window placement: "cascade", "centre" (or "center"), "empty", or
+# "undermouse". Empty chooses the first available space and falls back to
+# cascade when no unobstructed position can contain the complete frame.
+set placement undermouse
+
# Hide the pointer after this many milliseconds without input. Zero disables
# pointer hiding.
set cursor.hide_timeout 4000
@@ -159,9 +164,6 @@ rule -g -Ton-map -ncowpager-chrome -s %cowpager decor -a cowpager-nodecor
# exec killall conky \; \
# exec killall pasystray
-# Window placement policy. Can also be "centre", or "undermouse".
-set placement undermouse
-
# Set the desk policy. Can be "global" where all screens share the same
# desktop, or "per-output" where desks are unique to their outputs and each
# output can be changed independently from one another.