X1 Carbon Gen 7 Sway Desktop
This commit is contained in:
parent
2f37aae96f
commit
f8790aa337
22 changed files with 702 additions and 269 deletions
13
config/systemd/swayidle.service
Normal file
13
config/systemd/swayidle.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Idle manager for Wayland
|
||||
Documentation=man:swayidle(1)
|
||||
Documentation=https://github.com/gdamjan/swayidle - fork with sd-notify and autolock
|
||||
PartOf=graphical-session.target
|
||||
After=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
ExecStart=/usr/bin/swayidle -w
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Add table
Add a link
Reference in a new issue