mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-07 08:21:07 -04:00
apply autostart patch from dwm
https://dwm.suckless.org/patches/cool_autostart/
This commit is contained in:
parent
803d24c266
commit
d05edf6760
2 changed files with 58 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue