From 2e486faea382549bc78263fbf09bb317aa0b7a3a Mon Sep 17 00:00:00 2001 From: lucashemi Date: Sun, 18 Sep 2022 22:14:08 -0300 Subject: update --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index bb8ceff..c9e285f 100644 --- a/config.h +++ b/config.h @@ -91,7 +91,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *termcmd[] = { "st", NULL }; static const char *firefoxcmd[] = { "firefox", NULL }; static const char *dmenukillcmd[] = { "dmenukill", NULL }; -static const char *xsecurelockcmd[] = { "xsecurelock", NULL }; +static const char *slockcmd[] = { "slock", NULL }; static Key keys[] = { /* modifier key function argument */ @@ -107,7 +107,7 @@ static Key keys[] = { { MODKEY, XK_d, spawn, {.v = dmenucmd } }, { MODKEY, XK_a, spawn, {.v = firefoxcmd } }, { MODKEY, XK_x, spawn, {.v = dmenukillcmd } }, - { MODKEY, XK_q, spawn, {.v = xsecurelockcmd } }, + { MODKEY, XK_q, spawn, {.v = slockcmd } }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_Tab, shiftview, {.i = +1 } }, { MODKEY, XK_grave, shiftview, {.i = -1 } }, -- cgit v1.2.3-18-g5258