From 411c842ad7dd20ce12a2f19d587814c0ef4ae30e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 13 May 2024 20:55:03 +0300 Subject: [PATCH] Fix Hyprland configuration --- modules/hyprland/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index de4825a..95974d9 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -147,9 +147,6 @@ in desktopSystemConfiguration { "col.inactive_border" = "0xFF${base01}"; "col.nogroup_border" = "0xFF${base01}"; - cursor_inactive_timeout = 10; - no_cursor_warps = true; - resize_on_border = true; }; @@ -197,11 +194,16 @@ in desktopSystemConfiguration { disable_hyprland_logo = true; disable_splash_rendering = true; - hide_cursor_on_key_press = true; key_press_enables_dpms = true; mouse_move_enables_dpms = true; }; + cursor = { + hide_on_key_press = true; + inactive_timeout = 10; + no_warps = true; + }; + dwindle = { preserve_split = true; smart_resizing = false;