From ad02bf97ea3ed0e0a3ccd7b2ae8c9cb2c9ff4ae6 Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Sun, 1 Dec 2024 06:16:38 +0500 Subject: [PATCH] add lock screen hotkey --- home-manager/modules/hyprland/binds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/modules/hyprland/binds.nix b/home-manager/modules/hyprland/binds.nix index 2f99667..0039158 100644 --- a/home-manager/modules/hyprland/binds.nix +++ b/home-manager/modules/hyprland/binds.nix @@ -12,6 +12,7 @@ "$mainMod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy" "$mainMod, B, exec, pkill -SIGUSR2 waybar" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 waybar" + "$mainMod, L, exec, loginctl lock-session" # Configuration files "$mainMod SHIFT, R, exec, $terminal -e sh -c 'nh os switch'"