Removed absolute path from sway context manager service
This commit is contained in:
parent
1127019300
commit
bbc5492534
@ -1,11 +1,11 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description = Sway workspace context manager for dynamic-monitor setups
|
Description=Sway workspace context manager for dynamic-monitor setups
|
||||||
PartOf=sway-session.target
|
PartOf=sway-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=dev.ezri.sway
|
BusName=dev.ezri.sway
|
||||||
ExecStart=/usr/bin/sway_context_manager
|
ExecStart=sway_context_manager
|
||||||
Slice=session.slice
|
Slice=session.slice
|
||||||
Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user