From c92ecb3df67b93f9aaaa26498817d2ca665a9328 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 28 Jul 2025 13:12:46 +0530 Subject: update --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 524c232..df53da9 100644 --- a/config.def.h +++ b/config.def.h @@ -139,6 +139,7 @@ static const char *menucmd[] = { "/config/dist/run.sh", NULL }; static const char *vmcmd[] = { "/config/dist/vm.sh", NULL }; static const char *lgcmd[] = { "looking-glass-client", "-m", "97", NULL }; static const char *filemanagercmd[] = { "pcmanfm", NULL }; + static const char *lockcmd[] = { "swaylock", NULL }; static const char *screenshotcmd[] = { "sh", "-c", "grim -g \"$(slurp -d)\" - | wl-copy -t \"image/png\"", NULL }; static const char *swappycmd[] = { "sh", "-c", "wl-paste | swappy -f -", NULL }; -- cgit v1.2.3