Compare commits

...

2 commits

2 changed files with 7 additions and 8 deletions

View file

@ -405,7 +405,6 @@ static const char *layoutmenu_cmd = "layoutmenu.sh";
#if COOL_AUTOSTART_PATCH #if COOL_AUTOSTART_PATCH
static const char *const autostart[] = { static const char *const autostart[] = {
"st", NULL,
NULL /* terminate */ NULL /* terminate */
}; };
#endif // COOL_AUTOSTART_PATCH #endif // COOL_AUTOSTART_PATCH
@ -1378,7 +1377,7 @@ static const Button buttons[] = {
{ ClkButton3, 0, Button1, spawn, SHCMD("firefox") }, { ClkButton3, 0, Button1, spawn, SHCMD("firefox") },
{ ClkButton3, 0, Button3, spawn, SHCMD("printf ' New Window, firefox\n󱀣 New Private Window, firefox -private-window\n' | jgmenu --simple --at-pointer") }, { ClkButton3, 0, Button3, spawn, SHCMD("printf ' New Window, firefox\n󱀣 New Private Window, firefox -private-window\n' | jgmenu --simple --at-pointer") },
{ ClkButton4, 0, Button1, spawn, SHCMD("st -T ncmpcpp ncmpcpp") }, { ClkButton4, 0, Button1, spawn, SHCMD("st -T ncmpcpp ncmpcpp") },
{ ClkButton4, 0, Button3, spawn, SHCMD("printf '󰒮 Previous Song, mpc prev\n󰐊 Play, mpc play\n󰏤 Pause, mpc pause\n󰓛 Stop, mpc stop\n󰒭 Next Song, mpc next\nVol +5%%,󰕾 mpc vol +5\n󰖀 Vol -5%%, mpc vol -5\n' | jgmenu --simple --at-pointer") }, { ClkButton4, 0, Button3, spawn, SHCMD("printf '󰒮 Previous Song, mpc prev\n󰐊 Play, mpc play\n󰏤 Pause, mpc pause\n󰓛 Stop, mpc stop\n󰒭 Next Song, mpc next\n󰕾 Vol +5%%,mpc vol +5\n󰖀 Vol -5%%, mpc vol -5\n' | jgmenu --simple --at-pointer") },
{ ClkButton5, 0, Button1, spawn, SHCMD("shutdown") }, { ClkButton5, 0, Button1, spawn, SHCMD("shutdown") },
#endif // BAR_STATUSBUTTON_PATCH #endif // BAR_STATUSBUTTON_PATCH
{ ClkLtSymbol, 0, Button1, setlayout, {0} }, { ClkLtSymbol, 0, Button1, setlayout, {0} },

View file

@ -485,13 +485,13 @@
* than the original ~/.dwm folder. * than the original ~/.dwm folder.
* https://dwm.suckless.org/patches/autostart/ * https://dwm.suckless.org/patches/autostart/
*/ */
#define AUTOSTART_PATCH 0 #define AUTOSTART_PATCH 1
/* By default, windows that are not visible when requesting a resize/move will not /* By default, windows that are not visible when requesting a resize/move will not
* get resized/moved. With this patch, they will. * get resized/moved. With this patch, they will.
* https://dwm.suckless.org/patches/autoresize/ * https://dwm.suckless.org/patches/autoresize/
*/ */
#define AUTORESIZE_PATCH 0 #define AUTORESIZE_PATCH 1
/* This patch adds proper support for Right-To-Left languages. (such as Farsi, Arabic or Hebrew). /* This patch adds proper support for Right-To-Left languages. (such as Farsi, Arabic or Hebrew).
* *
@ -550,7 +550,7 @@
* then all processes from autostart array will be killed. * then all processes from autostart array will be killed.
* https://dwm.suckless.org/patches/cool_autostart/ * https://dwm.suckless.org/patches/cool_autostart/
*/ */
#define COOL_AUTOSTART_PATCH 0 #define COOL_AUTOSTART_PATCH 1
/* The cyclelayouts patch lets you cycle through all your layouts. /* The cyclelayouts patch lets you cycle through all your layouts.
* https://dwm.suckless.org/patches/cyclelayouts/ * https://dwm.suckless.org/patches/cyclelayouts/
@ -948,7 +948,7 @@
* Additionally dwm can quit cleanly by using kill -TERM dwmpid. * Additionally dwm can quit cleanly by using kill -TERM dwmpid.
* https://dwm.suckless.org/patches/restartsig/ * https://dwm.suckless.org/patches/restartsig/
*/ */
#define RESTARTSIG_PATCH 1 #define RESTARTSIG_PATCH 0
/* Adds rio-like drawing to resize the selected client. /* Adds rio-like drawing to resize the selected client.
* This depends on an external tool slop being installed. * This depends on an external tool slop being installed.
@ -974,7 +974,7 @@
* will be restored. * will be restored.
* https://dwm.suckless.org/patches/save_floats/ * https://dwm.suckless.org/patches/save_floats/
*/ */
#define SAVEFLOATS_PATCH 0 #define SAVEFLOATS_PATCH 1
/* The scratchpad patch allows you to spawn or restore floating terminal windows. /* The scratchpad patch allows you to spawn or restore floating terminal windows.
* It is typically useful when one need to do some short typing. * It is typically useful when one need to do some short typing.
@ -1020,7 +1020,7 @@
/* Allows restarting dwm without the dependency of an external script. /* Allows restarting dwm without the dependency of an external script.
* https://dwm.suckless.org/patches/selfrestart/ * https://dwm.suckless.org/patches/selfrestart/
*/ */
#define SELFRESTART_PATCH 0 #define SELFRESTART_PATCH 1
/* This patch allow clients to keep focus when being sent to another monitor. /* This patch allow clients to keep focus when being sent to another monitor.
* https://github.com/bakkeby/patches/blob/master/dwm/dwm-sendmon_keepfocus-6.2.diff * https://github.com/bakkeby/patches/blob/master/dwm/dwm-sendmon_keepfocus-6.2.diff