add wayvnc and sway-session.target
This commit is contained in:
parent
462ff99b9a
commit
3ed8801141
13
etc/systemd/user/wayvnc.service
Normal file
13
etc/systemd/user/wayvnc.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=A VNC server for wlroots based Wayland compositors
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/wayvnc
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
TimeoutStopSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
@ -264,4 +264,7 @@ input "1386:770:Wacom_Intuos_PT_S_Pad" {
|
||||
dwt enable
|
||||
}
|
||||
|
||||
# sway-session.target
|
||||
exec_always systemctl --user start sway-session.target
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
@ -356,6 +356,7 @@ w3m
|
||||
wakeonlan
|
||||
waybar
|
||||
wayland-utils
|
||||
wayvnc
|
||||
wd719x-firmware
|
||||
wdisplays
|
||||
wf-recorder
|
||||
|
Loading…
Reference in New Issue
Block a user