diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-18 19:00:04 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-18 19:00:04 +0100 |
| commit | 2f83617430ca56cfafe8ebff1878e8edefbe65c1 (patch) | |
| tree | 86859c91bc374ed6d4a8b524f000d7405294cb65 /.config/cow/cow.conf | |
| parent | 3811ac8454a2da74f4aa6468364e7708c6386749 (diff) | |
Added new settings into cow.conf
Diffstat (limited to '.config/cow/cow.conf')
| -rw-r--r-- | .config/cow/cow.conf | 10 |
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. |
