Added context manager service file
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user