Compare commits
No commits in common. "c7a21b404d7f6f8a59c113488020fa6f9f29144b" and "7e125104133fa2fddf2d81f6d987ba92c2d6369b" have entirely different histories.
c7a21b404d
...
7e12510413
|
@ -2,8 +2,8 @@
|
|||
Description=Start X.org for user %I
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
Wants=time-set.target
|
||||
After=time-set.target
|
||||
Wants=time-sync.target
|
||||
After=time-sync.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
xset s off
|
||||
xset -dpms
|
||||
systemctl --user import-environment DISPLAY
|
||||
systemctl --user start firefox-marionette.socket firefox
|
||||
systemctl --user start firefox-marionette.socket
|
||||
exec openbox
|
||||
|
|
Loading…
Reference in New Issue