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