summaryrefslogtreecommitdiff
path: root/.linux/dot_config/systemd/user/xscreensaver.service
blob: e602a50dfd630f4d9c2e24c4a8d6c9d62ee6f0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Xscreensaver
PartOf=graphical-session.target

[Service]
Type=simple
EnvironmentFile=-%h/.config/systemd/graphical.env
ExecStart=/usr/bin/xscreensaver --no-splash

[Install]
WantedBy=graphical-session.target