From dc259903029d1632793b397e373a3b2adb413e51 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 13 Aug 2024 16:55:12 -0500 Subject: [PATCH] scratchpad and window swallowing tweaks --- user/wm/hyprland/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index b7b9736..f495671 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -378,9 +378,14 @@ in misc { disable_hyprland_logo = true mouse_move_enables_dpms = true + enable_swallow = true + swallow_regex = (scratch_term)|(Alacritty)|(kitty) + font_family = '' + userSettings.font + '' + } decoration { rounding = 8 + dim_special = 0.0 blur { enabled = true size = 5 @@ -390,6 +395,8 @@ in brightness = '' + (if (config.stylix.polarity == "dark") then "0.8" else "1.25") + '' xray = true + special = true + popups = true } }