add wayvnc and sway-session.target
This commit is contained in:
parent
462ff99b9a
commit
16343fc8cb
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/*
|
||||
|
2
home/default/.config/wayvnc/config
Normal file
2
home/default/.config/wayvnc/config
Normal file
@ -0,0 +1,2 @@
|
||||
address=localhost
|
||||
enable_auth=false
|
@ -181,6 +181,7 @@ libretro-overlays
|
||||
libretro-shaders-slang
|
||||
libva-mesa-driver
|
||||
libva-utils
|
||||
libvncserver
|
||||
libxkbcommon
|
||||
licenses
|
||||
linux-firmware
|
||||
@ -281,6 +282,7 @@ quodlibet
|
||||
ranger
|
||||
rar
|
||||
realtime-privileges
|
||||
remmina
|
||||
retroarch
|
||||
retroarch-assets-xmb
|
||||
rofi
|
||||
@ -356,6 +358,7 @@ w3m
|
||||
wakeonlan
|
||||
waybar
|
||||
wayland-utils
|
||||
wayvnc
|
||||
wd719x-firmware
|
||||
wdisplays
|
||||
wf-recorder
|
||||
|
Loading…
Reference in New Issue
Block a user