Skip to content

Commit

Permalink
feat(modules/home): swaylock keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Oct 2, 2024
1 parent dd5649a commit 3551400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ in {
[
"$mod, Q, killactive,"
"$mod SHIFT, Q, exit,"
"$mod SHIFT, Insert, exec, ${getExe config.programs.swaylock.package}"
"$mod SHIFT, BackSpace, exec, ${getExe config.programs.swaylock.package}"

"$mod, Return, exec, ${getExe pkgs.foot}"
"$mod, SPACE, exec, ${getExe pkgs.wofi} -S drun"
Expand Down

0 comments on commit 3551400

Please sign in to comment.