From 8c4cec64d234cc60cec47449fb9c73e3f703db2d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 8 Aug 2023 16:46:30 +0100 Subject: [PATCH] Fix using regular swaylock by accident --- home/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index cb44fbdc..0e2d56c6 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -117,7 +117,7 @@ in { # See https://wiki.hyprland.org/Configuring/Keywords/ for more bind = SUPER, Return, exec, ${pkgs.alacritty}/bin/alacritty - bind = SUPER, F1, exec, ${pkgs.swaylock}/bin/swaylock + bind = SUPER, F1, exec, ${pkgs.swaylock-effects}/bin/swaylock bind = SUPER, X, exec, emacsclient -c -a 'emacs' bind = SUPER, T, exec, ${pkgs.xfce.thunar}/bin/thunar