summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-05-26 15:10:54 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-05-26 15:10:54 +0300
commitff8104bfc102c2f6cf6e82bab4ac8ae0afb3761f (patch)
tree3a91dc794c1254f975dcb979fd0ec8bd3ee0af00
parent434c6ce5292bc886000cc475118d26c25a60a3e6 (diff)
Moved the lockscreen spawn functionality to another keybind util.HEADmaster
Changes to be committed: modified: config.h
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6171bef..d3497ba 100644
--- a/config.h
+++ b/config.h
@@ -65,7 +65,6 @@ static Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_p, spawn, {.v = dmenucmd } },
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
- { MODKEY|ShiftMask, XK_BackSpace, spawn, SHCMD("lock") },
{ MODKEY|ShiftMask, XK_x, spawn, SHCMD("xkill") },
{ MODKEY|ShiftMask, XK_b, spawn, SHCMD("bmenu") },
{ MODKEY, XK_q, spawn, SHCMD("pmenu") },