aboutsummaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-02-17 09:19:09 +0100
committerpml68 <tutorialmester@gmail.com>2024-02-17 09:19:09 +0100
commit5b4975bce8a3c65c3ae48813fcfdc04cdac0dbf5 (patch)
tree054f560f5ba713702f915f0831a3293b6208fd2c /dwm/config.h
parentfix: add back missing whitespace (diff)
downloadsuckless-setup-5b4975bce8a3c65c3ae48813fcfdc04cdac0dbf5.tar.gz
feat: map caps lock to escape
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h
index e06ad25..987c02c 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", 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",