diff options
Diffstat (limited to '.config/cow/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 |
