removed bg rotate script, running with systemd
This commit is contained in:
parent
2d2c8d8b9c
commit
b887cf8cb9
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ exec --no-startup-id ~/bin/disable_startup_urgency.sh
|
||||||
exec --no-startup-id /usr/libexec/gsd-xsettings
|
exec --no-startup-id /usr/libexec/gsd-xsettings
|
||||||
|
|
||||||
# start background rotator script
|
# start background rotator script
|
||||||
exec --no-startup-id ~/bin/bg_rotate.sh
|
# commented out, trying with systemd
|
||||||
|
#exec --no-startup-id ~/bin/bg_rotate.sh
|
||||||
|
|
||||||
# Always need firefox, so let's just start it
|
# Always need firefox, so let's just start it
|
||||||
exec --no-startup-id firefox
|
exec --no-startup-id firefox
|
||||||
|
|
Loading…
Reference in a new issue