From c44bf0b45b4736c840fcbd0db28c38d493b90236 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 24 Apr 2026 11:04:49 +0200 Subject: [PATCH] chore: move to swaylock-fancy --- modules/home/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index c3bd28a..ec2801c 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -274,8 +274,8 @@ "ALT, Space, togglefloating," # "ALT, D, exec, bemenu-run -l 5 --ignorecase" "ALT, D, exec, vicinae toggle" - "SUPER SHIFT, L, exec, swaylock --image /home/${username}/.local/share/bg.png" - "SUPER, L, exec, swaylock --image /home/${username}/.local/share/bg.png" + "SUPER SHIFT, L, exec, swaylock-fancy" + "SUPER, L, exec, swaylock-fancy" "ALT, E, exec, nautilus" "ALT SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped" "ALT, C,exec, hyprpicker -a"