diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-24 20:19:13 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-24 20:19:13 +0100 |
| commit | 9c24b82bbbf980b91bda16f9d185351f4a4f5a6b (patch) | |
| tree | f3c9b20510213681a8520c6c9fdbfe82063880ed | |
| parent | c73ac44d2f2640e7b15e1dede9244690468f8709 (diff) | |
Added the set clamp_mode to cow.conf
| -rw-r--r-- | .config/cow/cow.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
