From 59850804741633be0d9630ba550f9c624ee37d76 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Sep 2025 21:45:54 +0200 Subject: chore: bump dwm and dmenu versions --- dwm/config.def.h | 9 +++------ dwm/config.h | 9 +++------ dwm/config.mk | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) (limited to 'dwm') diff --git a/dwm/config.def.h b/dwm/config.def.h index 9f7e967..2643f40 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.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}; 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}; diff --git a/dwm/config.mk b/dwm/config.mk index ac33f21..aeee2f1 100644 --- a/dwm/config.mk +++ b/dwm/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 6.4 +VERSION = 6.5 # Customize below to fit your system -- cgit v1.2.3