tangled
alpha
login
or
join now
tjh.dev
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
add swaybg.service
tjh.dev
9 months ago
70c40094
6c1beb34
verified
This commit was signed with the committer's
known signature
.
tjh.dev
SSH Key Fingerprint:
SHA256:RhG+o7Aj/xulPOqGBYDE7G2RZdwS1M7RWqL3oo9BYCY=
+12
1 changed file
expand all
collapse all
unified
split
.config
systemd
user
swaybg.service
+12
.config/systemd/user/swaybg.service
···
1
1
+
2
2
+
[Unit]
3
3
+
PartOf=graphical-session.target
4
4
+
After=graphical-session.target
5
5
+
Requisite=graphical-session.target
6
6
+
7
7
+
[Install]
8
8
+
WantedBy=niri.service
9
9
+
10
10
+
[Service]
11
11
+
ExecStart=/usr/bin/swaybg -m fill -i "%h/.background.png"
12
12
+
Restart=on-failure