window_direction_monitor_fallback = false
This commit is contained in:
@@ -395,6 +395,13 @@ binds {
|
|||||||
}
|
}
|
||||||
bind = SUPER, Tab, workspace, previous
|
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 monitor’s edge.
|
||||||
|
# when set to false, movement stops at the monitor edge, and no monitor switch occurs.
|
||||||
|
binds {
|
||||||
|
window_direction_monitor_fallback = false
|
||||||
|
}
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
### monitors ###
|
### monitors ###
|
||||||
|
|||||||
Reference in New Issue
Block a user