diff --git a/config.def.h b/config.def.h index 19c7ebf..b6ce3ba 100644 --- a/config.def.h +++ b/config.def.h @@ -53,6 +53,10 @@ static const char *colors[][3] = { static const char *const autostart[] = { SHAUTOSTART("dinitctl setenv DISPLAY DBUS_SESSION_BUS_ADDRESS XAUTHORITY"), NULL, SHAUTOSTART("dbus-update-activation-environment DISPLAY XAUTHORITY"), NULL, + SHAUTOSTART("xset +dpms dpms 0 300 300"), NULL, + // SHAUTOSTART("xset +dpms dpms 0 60 60"), NULL, + SHAUTOSTART("betterlockscreen -w dim"), NULL, + SHAUTOSTART("xss-lock -n /usr/share/doc/xss-lock/dim-screen.sh --transfer-sleep-lock -- ~/bin/lockscreen"), NULL, SHAUTOSTART("killall dunst; dunst"), NULL, // "killall", "dunst", NULL, // "dunst", NULL,