From 61752e39cb1360ba57ed94ad023d4839a991e8ad Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 11 Jul 2026 18:48:52 +0200 Subject: [PATCH] fix: hotkey/swaylock things --- modules/home/hyprland/config.nix | 2 +- modules/home/sway/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 37d09ba..35e2e3a 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -203,7 +203,7 @@ "SUPER, F, fullscreen, 1" # set 1 to 0 to set full screen without waybar "ALT, Space, togglefloating," "ALT, D, exec, bemenu-run -l 5 --ignorecase" - "SUPER, L, exec, ${pkgs.swaylock}/bin/swaylock -i ~/.local/share/bg.png --indicator-idle-visible" + "CTRL SHIFT, L, exec, ${pkgs.swaylock}/bin/swaylock -i ~/.local/share/bg.png --indicator-idle-visible" "ALT, E, exec, nautilus" "ALT SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped" "ALT, C,exec, hyprpicker -a" diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index 07ed2b9..02d9ee8 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -26,7 +26,7 @@ in { home.packages = with pkgs; [ wmctrl - waylock + swaylock ]; wayland.windowManager.sway = {