Add sway user service
This commit is contained in:
parent
0e3d8a98cd
commit
35b44ad7ff
11
.config/systemd/user/sway.service
Normal file
11
.config/systemd/user/sway.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Sway window manager
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/sway
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
||||
|
Reference in New Issue
Block a user