diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 4d58b7b..d6d1b86 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -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 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 ###