apply autostart patch from dwm

https://dwm.suckless.org/patches/cool_autostart/
This commit is contained in:
Leonardo Hernández Hernández 2022-02-09 07:02:47 -06:00
parent 803d24c266
commit d05edf6760
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 58 additions and 1 deletions

View file

@ -93,6 +93,12 @@ LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE
static const enum libinput_config_accel_profile accel_profile = LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE;
static const double accel_speed = 0.0;
/* Autostart */
static const char *const autostart[] = {
"sh", "-c", "swaybg --image /xap/local/background", NULL,
NULL /* terminate */
};
/* If you want to use the windows key change this to WLR_MODIFIER_LOGO */
#define MODKEY WLR_MODIFIER_ALT
#define TAGKEYS(KEY,SKEY,TAG) \