diff options
| author | pml68 <contact@pml68.dev> | 2025-09-16 21:45:54 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-16 22:10:10 +0200 |
| commit | 59850804741633be0d9630ba550f9c624ee37d76 (patch) | |
| tree | bafbca4ea2c6f68f780c2c9f7159d6728194e08f | |
| parent | feat: switch back to firefox (diff) | |
| download | suckless-setup-59850804741633be0d9630ba550f9c624ee37d76.tar.gz | |
chore: bump dwm and dmenu versions
| -rw-r--r-- | dmenu/config.mk | 2 | ||||
| -rw-r--r-- | dwm/config.def.h | 9 | ||||
| -rw-r--r-- | dwm/config.h | 9 | ||||
| -rw-r--r-- | dwm/config.mk | 2 |
4 files changed, 8 insertions, 14 deletions
diff --git a/dmenu/config.mk b/dmenu/config.mk index 2e50141..fcc4529 100644 --- a/dmenu/config.mk +++ b/dmenu/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 5.2 +VERSION = 5.3 # paths PREFIX = /usr/local 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 |
