mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: hotkey/swaylock things
This commit is contained in:
parent
37b6305da3
commit
61752e39cb
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ in
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
wmctrl
|
||||
waylock
|
||||
swaylock
|
||||
];
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue