aboutsummaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-16 20:07:43 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-16 20:07:43 +0200
commite3072456c5e70b2a4c4a8381b0fa8b6caf0765d9 (patch)
treeb9b68e3bf578044e057bfd5416ad8db1deb7bc2c /dwm/config.h
parentdocs: update screenshot and wallpaper, feat: update vis theme to Rosé Pine (diff)
downloadsuckless-setup-e3072456c5e70b2a4c4a8381b0fa8b6caf0765d9.tar.gz
feat: remove unneded layout option (new keeb yay)
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 9bdf3cc..31a82aa 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -78,8 +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", NULL};
static const char *firefoxcmd[] = {"firefox", NULL};
static const char *discordcmd[] = {"discord", NULL};
static const char *adbscreencmd[] = {"screenshot", NULL};