From 07e90cf68311bae2e4c572e6d975e5dc9e1ca03a Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 25 Feb 2024 21:52:10 +0100 Subject: fix: caps lock wasn't mapped to escape --- dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index 987c02c..8d0fba8 100644 --- a/dwm/config.h +++ b/dwm/config.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", -- cgit v1.2.3