aboutsummaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-09-16 21:45:54 +0200
committerpml68 <contact@pml68.dev>2025-09-16 22:10:10 +0200
commit59850804741633be0d9630ba550f9c624ee37d76 (patch)
treebafbca4ea2c6f68f780c2c9f7159d6728194e08f /dwm/config.h
parentfeat: switch back to firefox (diff)
downloadsuckless-setup-59850804741633be0d9630ba550f9c624ee37d76.tar.gz
chore: bump dwm and dmenu versions
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 9f7e967..2643f40 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -84,12 +84,9 @@ 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};
-static const char *playpausecmd[] = {"adb", "shell", "input",
- "keyevent", "85", NULL};
-static const char *nextcmd[] = {"adb", "shell", "input",
- "keyevent", "87", NULL};
-static const char *previouscmd[] = {"adb", "shell", "input",
- "keyevent", "88", NULL};
+static const char *playpausecmd[] = {"adb", "shell", "input", "keyevent", "85", NULL};
+static const char *nextcmd[] = {"adb", "shell", "input", "keyevent", "87", NULL};
+static const char *previouscmd[] = {"adb", "shell", "input", "keyevent", "88", NULL};
static const char *volumeup[] = {"pulsemixer", "--change-volume", "+5", NULL};
static const char *volumedown[] = {"pulsemixer", "--change-volume", "-5", NULL};
static const char *volumereset[] = {"pulsemixer", "--set-volume", "60", NULL};