Jump to content

Sway: Difference between revisions

70 bytes added ,  28 September 2022
no edit summary
imported>Danielbarter
(added a small section about systemd services)
imported>Danielbarter
No edit summary
Line 153: Line 153:


{{file|sway config|bash|
{{file|sway config|bash|
exec systemctl --user start kanshi.service
# give sway a little time to startup before starting kanshi.
exec sleep 5; systemctl --user start kanshi.service
}}
}}
When you launch sway, the systemd service is started.  
When you launch sway, the systemd service is started.  


[[Category:Window managers]]
[[Category:Window managers]]
Anonymous user