diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-17 09:19:09 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-17 09:19:09 +0100 |
| commit | 5b4975bce8a3c65c3ae48813fcfdc04cdac0dbf5 (patch) | |
| tree | 054f560f5ba713702f915f0831a3293b6208fd2c /dwm | |
| parent | fix: add back missing whitespace (diff) | |
| download | suckless-setup-5b4975bce8a3c65c3ae48813fcfdc04cdac0dbf5.tar.gz | |
feat: map caps lock to escape
Diffstat (limited to '')
| -rw-r--r-- | dwm/config.def.h | 2 | ||||
| -rw-r--r-- | dwm/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index e06ad25..987c02c 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", 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", 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", |
