From 9be85a86f378c9d3e396a2ff150a556326f184f3 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sun, 16 Mar 2025 18:15:02 +0100 Subject: [PATCH] Hyprland --- nixos/modules/hyprland/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/hyprland/hyprland.nix b/nixos/modules/hyprland/hyprland.nix index 32146cb..0f8d4e1 100644 --- a/nixos/modules/hyprland/hyprland.nix +++ b/nixos/modules/hyprland/hyprland.nix @@ -131,6 +131,8 @@ in { ]; misc = { vfr = true; #lowers the amount of frames when nothing happens + allow_session_lock_restore = true; # hope that it fixes the crash of hyprlock + disable_hyprland_logo = true;# disables the random Hyprland logo / anime girl background. :( }; input = { kb_layout = "us, ru"; @@ -161,6 +163,7 @@ in { cursor = { no_hardware_cursors = true; + inactive_timeout = 10; }; general = {