aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-28 13:12:46 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-28 13:12:46 +0530
commitc92ecb3df67b93f9aaaa26498817d2ca665a9328 (patch)
treeabcebfb9d73151f0508e4a3d94b683f00817fad8
parent33ae04cd0c704875f3f1688189c180cc78a00620 (diff)
update
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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 };