From d4f1eb06046c1c5f65ae7b1e8e1c0165ab2276ed Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 16 Aug 2024 20:10:12 +0200 Subject: ... --- accounts/gkleen@sif/hyprland.nix | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'accounts/gkleen@sif/hyprland.nix') diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 90a7c805..0c7f19cb 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix @@ -40,25 +40,7 @@ in { decoration = { rounding = 5; - - active_opacity = 1.0; - inactive_opacity = 1.0; - - drop_shadow = false; - shadow_range = 4; - shadow_render_power = 3; - "col.shadow" = "rgba(1a1a1aee)"; - - blur = { - enabled = true; - size = 3; - passes = 1; - - vibrancy = 0.1696; - - special = true; - popups = true; - }; + dim_special = 0.0; }; animations = { @@ -87,8 +69,13 @@ in { }; misc = { - force_default_wallpaper = -1; - disable_hyprland_logo = false; + disable_hyprland_logo = true; + disable_splash_rendering = true; + focus_on_activate = true; + }; + + cursor = { + hide_on_key_press = true; }; input = { -- cgit v1.2.3