window_direction_monitor_fallback = false

This commit is contained in:
committer@tuxwarrior
2026-03-06 06:12:50 -05:00
parent d6e6457c2b
commit 3492db554b

View File

@@ -395,6 +395,13 @@ binds {
}
bind = SUPER, Tab, workspace, previous
# window_direction_monitor_fallback controls how window movement behaves when crossing monitor boundaries.
# when set to true, window movement (e.g., via keybinds) will automatically switch to the adjacent monitor
# if the target direction (left/right/up/down) would move the window beyond the current monitors edge.
# when set to false, movement stops at the monitor edge, and no monitor switch occurs.
binds {
window_direction_monitor_fallback = false
}
####################################################
### monitors ###