From 3492db554b973789b0e61b8469bd28c0fab8cefb Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 6 Mar 2026 06:12:50 -0500 Subject: [PATCH] window_direction_monitor_fallback = false --- dots/hyprland/hyprland.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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 ###