From 29c7adbb1ef69bff90af8aaecec09f5c68a24400 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 21 Dec 2023 17:20:25 -0500 Subject: clean repo --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 9f4fe20..31deee3 100755 --- a/config.h +++ b/config.h @@ -76,6 +76,7 @@ static const char *browsercmd[] = { "brave", "--password-store=basic", NULL }; static const char *discordcmd[] = { "flatpak run com.discordapp.Discord", NULL }; static const char *screenshotcmd[] = { "flameshot", "gui", NULL }; static const char *mailcmd[] = { "thunderbird", NULL }; +static const char *lockcmd[] = { "slock", NULL }; static const char *shutdowncmd[] = { "shutdown", "-P", "0", NULL }; /* media keys */ @@ -96,6 +97,7 @@ static const Key keys[] = { { MODKEY|ShiftMask, XK_d, spawn, {.v = discordcmd } }, { MODKEY, XK_n, spawn, {.v = rsscmd } }, { MODKEY, XK_e, spawn, {.v = mailcmd } }, + { MODKEY, XK_Delete, spawn, {.v = lockcmd } }, { MODKEY|ShiftMask, XK_Delete, spawn, {.v = shutdowncmd } }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, -- cgit v1.2.3