From 792d21b744bf4cc23ac007112ce60de1c00db038 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 15 Nov 2024 13:14:02 -0800 Subject: [PATCH] fix: new hyprland config keys --- users/youwen/linux/hyprland/common.nix | 7 +++---- users/youwen/linux/theming/stylix.nix | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/users/youwen/linux/hyprland/common.nix b/users/youwen/linux/hyprland/common.nix index e75c783..da81fe9 100644 --- a/users/youwen/linux/hyprland/common.nix +++ b/users/youwen/linux/hyprland/common.nix @@ -295,10 +295,6 @@ hide_on_key_press = true; }; - shadow = { - enabled = false; - }; - decoration = { rounding = "10"; dim_special = "0.3"; @@ -315,6 +311,9 @@ input = { sensitivity = "-0.65"; }; + shadow = { + enabled = false; + }; }; }; diff --git a/users/youwen/linux/theming/stylix.nix b/users/youwen/linux/theming/stylix.nix index 07f929d..e545db8 100644 --- a/users/youwen/linux/theming/stylix.nix +++ b/users/youwen/linux/theming/stylix.nix @@ -7,5 +7,6 @@ gnome.enable = true; swaync.enable = false; hyprlock.enable = false; + hyprland.enable = false; }; }