From e60b0cb313553935686d11e3e2901159b8887813 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Wed, 3 Sep 2025 13:59:58 +0200 Subject: [PATCH] hyprland: enable swallow --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index e5df864..5204e18 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -79,7 +79,7 @@ misc = { enable_anr_dialog = false; disable_hyprland_logo = true; - enable_swallow = false; + enable_swallow = true; mouse_move_enables_dpms = true; key_press_enables_dpms = true; swallow_regex = "^st-256color$";