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 ++-- dwm | Bin 85760 -> 85752 bytes dwm.o | Bin 77840 -> 77800 bytes 3 files changed, 2 insertions(+), 2 deletions(-) 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 } }, diff --git a/dwm b/dwm index 6e9b7d6..8a7494c 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index af8cc8a..ab29726 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3-18-g5258