Run i3 as a systemd user unit

This commit is contained in:
2020-12-21 17:57:18 +01:00
parent 1d12b99907
commit ab15b22832
23 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
[Service]
Type=exec
ExecStart=i3 --config %h/.i3/config
Restart=no