aboutsummaryrefslogtreecommitdiff
path: root/dwm/config.def.h
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-02-25 21:52:10 +0100
committerpml68 <tutorialmester@gmail.com>2024-02-25 21:52:10 +0100
commit07e90cf68311bae2e4c572e6d975e5dc9e1ca03a (patch)
treeb4c78e81fe8b0dcb2bdda5c044cad4ed25a2bb71 /dwm/config.def.h
parentfeat: map caps lock to escape (diff)
downloadsuckless-setup-07e90cf68311bae2e4c572e6d975e5dc9e1ca03a.tar.gz
fix: caps lock wasn't mapped to escape
Diffstat (limited to '')
-rw-r--r--dwm/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 987c02c..8d0fba8 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -78,7 +78,7 @@ static const char *dmenucmd[] = {
"-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL};
static const char *termcmd[] = {"st", NULL};
static const char *prtscrcmd[] = {"flameshot", "gui", NULL};
-static const char *kblayoutcmd[] = {"setxkbmap", "hu", "-option", "\"caps:escape\"", NULL};
+static const char *kblayoutcmd[] = {"setxkbmap", "hu", "-option", "caps:escape", NULL};
static const char *firefoxcmd[] = {"firefox", NULL};
static const char *discordcmd[] = {"discord", NULL};
static const char *playpausecmd[] = {"adb", "shell", "input",