From 2f83617430ca56cfafe8ebff1878e8edefbe65c1 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 18 Aug 2026 19:00:04 +0100 Subject: Added new settings into cow.conf --- .config/cow/cow.conf | 10 ++++++---- 1 file 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. -- cgit v1.3