feat(scripts): enable plock to use Caelestia’s lock screen

This commit also adds the wlr-which-key shortcut for plock.
This commit is contained in:
2026-01-25 16:19:09 +01:00
parent 9cb759f56e
commit 141207707c
2 changed files with 31 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
fullscreen = import ./fullscreen.nix {inherit pkgs;};
logout = import ./logout.nix {inherit pkgs;};
ytplay = import ../../modules/cli/scripts/ytplay.nix {inherit pkgs;};
plock = import ../../modules/cli/scripts/plock.nix {inherit pkgs;};
in [
{
key = "a";
@@ -165,6 +166,11 @@
}
];
}
{
key = "l";
desc = "Lock session";
cmd = "${plock}/bin/plock";
}
{
key = "p";
desc = "Power";