Merge branch 'main' of https://git.ezri.dev/ezri/dotfiles
This commit is contained in:
commit
792ba347e5
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