Compare commits
2 Commits
b94ba8d94c
...
3ed8801141
Author | SHA1 | Date | |
---|---|---|---|
3ed8801141 | |||
462ff99b9a |
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/*
|
||||
|
@ -24,6 +24,7 @@ bzip2
|
||||
calibre
|
||||
cbonsai
|
||||
ccache
|
||||
cheese
|
||||
chromium
|
||||
coreutils
|
||||
cowsay
|
||||
@ -96,6 +97,7 @@ gnome-disk-utility
|
||||
gnome-sound-recorder
|
||||
gnu-free-fonts
|
||||
gnu-netcat
|
||||
gnutls
|
||||
gparted
|
||||
grep
|
||||
grim
|
||||
@ -124,6 +126,7 @@ itstool
|
||||
iucode-tool
|
||||
iw
|
||||
jammr
|
||||
jansson
|
||||
jq
|
||||
kanshi
|
||||
kcm-wacomtablet
|
||||
@ -166,6 +169,7 @@ lib32-vulkan-icd-loader
|
||||
libappindicator-gtk3
|
||||
libdvdcss
|
||||
libffado
|
||||
libglvnd
|
||||
libgnome-keyring
|
||||
libgooglepinyin
|
||||
libime
|
||||
@ -177,6 +181,7 @@ libretro-overlays
|
||||
libretro-shaders-slang
|
||||
libva-mesa-driver
|
||||
libva-utils
|
||||
libxkbcommon
|
||||
licenses
|
||||
linux-firmware
|
||||
linux-firmware-qlogic
|
||||
@ -250,6 +255,7 @@ pipewire-alsa
|
||||
pipewire-docs
|
||||
pipewire-jack
|
||||
pipewire-pulse
|
||||
pixman
|
||||
pkgconf
|
||||
pkgstats
|
||||
playerctl
|
||||
@ -350,6 +356,7 @@ w3m
|
||||
wakeonlan
|
||||
waybar
|
||||
wayland-utils
|
||||
wayvnc
|
||||
wd719x-firmware
|
||||
wdisplays
|
||||
wf-recorder
|
||||
|
Loading…
Reference in New Issue
Block a user