Added context manager service file
This commit is contained in:
parent
a3c08fd0f0
commit
3689599ae2
14
.config/systemd/user/sway-context-manager.service
Normal file
14
.config/systemd/user/sway-context-manager.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description = Sway workspace context manager for dynamic-monitor setups
|
||||
PartOf=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=dev.ezri.sway
|
||||
ExecStart=/usr/bin/sway_context_manager
|
||||
Slice=session.slice
|
||||
Restart=on-abnormal
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
||||
Loading…
x
Reference in New Issue
Block a user