port autostart patch from dwm

https://dwm.suckless.org/patches/cool_autostart/
This commit is contained in:
Leonardo Hernández Hernández 2023-07-08 17:11:36 -06:00
parent 4b8c1bf31e
commit db02755bff
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 60 additions and 5 deletions

View file

@ -7,6 +7,12 @@ static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0};
/* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
/* Autostart */
static const char *const autostart[] = {
"wbg", "/path/to/your/image", NULL,
NULL /* terminate */
};
/* tagging - tagcount must be no greater than 31 */
static const int tagcount = 9;