fix: hotkey/swaylock things

This commit is contained in:
Ahwx 2026-07-11 18:48:52 +02:00
parent 37b6305da3
commit 61752e39cb
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -26,7 +26,7 @@ in
{
home.packages = with pkgs; [
wmctrl
waylock
swaylock
];
wayland.windowManager.sway = {