From 9c24b82bbbf980b91bda16f9d185351f4a4f5a6b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 24 Aug 2026 20:19:13 +0100 Subject: Added the set clamp_mode to cow.conf --- .config/cow/cow.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/cow') diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index bb34fa2..a8127df 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -214,6 +214,11 @@ set desktop_size 1 1 set edge_scroll true set edge_scroll_delay_ms 300 +# Keep interactive moves within the output under the pointer. Use +# "all_outputs" to move freely within the bounding area of every output, or +# "none" to disable boundary clamping. Edge snapping remains enabled. +set clamp_mode output + # Raise on focus: raise window when focused (default: on). set raise_on_focus true -- cgit v1.3