update autostart
This commit is contained in:
parent
f82f763643
commit
d7ce56fcb7
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ static const char *colors[][3] = {
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
SHAUTOSTART("dinitctl setenv DISPLAY DBUS_SESSION_BUS_ADDRESS XAUTHORITY"), NULL,
|
SHAUTOSTART("dinitctl setenv DISPLAY DBUS_SESSION_BUS_ADDRESS XAUTHORITY"), NULL,
|
||||||
SHAUTOSTART("dbus-update-activation-environment DISPLAY 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,
|
SHAUTOSTART("killall dunst; dunst"), NULL,
|
||||||
// "killall", "dunst", NULL,
|
// "killall", "dunst", NULL,
|
||||||
// "dunst", NULL,
|
// "dunst", NULL,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue