Add sway session user units

This commit is contained in:
2021-05-01 11:48:12 +01:00
parent 22b2135b86
commit 32e278a857
3 changed files with 24 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ install() {
configure() {
systemctl --user enable ssh-agent
systemctl --user enable sway-session.target
systemctl --user enable sway
}