X1 Carbon Gen 7 Sway Desktop
This commit is contained in:
parent
2f37aae96f
commit
f8790aa337
22 changed files with 702 additions and 269 deletions
14
config/systemd/sway.service
Normal file
14
config/systemd/sway.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=sway - i3-compatible Wayland compositor
|
||||
Documentation=man:sway(5)
|
||||
Before=graphical-session.service
|
||||
Wants=graphical-session-pre.service
|
||||
After=graphical-session-pre.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=-%h/.config/sway/env
|
||||
ExecStart=/usr/bin/sway
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
TimeoutStopSec=10
|
Loading…
Add table
Add a link
Reference in a new issue