aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-05-02 10:08:02 +0530
committersinanmohd <sinan@firemail.cc>2023-05-02 10:08:02 +0530
commitd3d066abc722dc4960879d87330bfc2f5f54f64a (patch)
tree5b1999cde9d880e696b0c65b90f5173182e2919d
parent0c6b108cf79dc0fbe296b47cf8db340c2c1ecba6 (diff)
screen lock: switch out waylock for swaylock
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index c4d57c6..00ff52d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -109,7 +109,7 @@ static const char *damb[] = { "damb", NULL };
static const char *dbook[] = { "dbook", NULL };
/* control */
-static const char *scrlock[] = { "waylock", "-init-color", "0x000000", NULL };
+static const char *scrlock[] = { "swaylock", NULL };
static const char *upbri[] = { "brightnessctl", "set", "+1%", NULL };
static const char *downbri[] = { "brightnessctl", "set", "1%-", NULL };
static const char *upvol[] = { "wpctl", "set-volume", "@DEFAULT_AUDIO_SINK@", "5%+", NULL };