From d74a5a26385ebb21903da26e3d239a4929c4a5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 11 Dec 2020 18:52:10 +0300 Subject: Screen share hack Hack to be able to share the screen under certain apps such as Zoom* by using v4l2loopback to create a fake webcam device to which wf-recorder outputs the contents of the screen. *Unfortunately because of the corona shit show my university requires to use this Chinese piece of crap spyware. This Covid nonsense seriously needs to end. --- artix.sh | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'artix.sh') diff --git a/artix.sh b/artix.sh index e5022e9..17262e9 100755 --- a/artix.sh +++ b/artix.sh @@ -3,7 +3,25 @@ # Very basic helper script to install some programs and configs for an # Artix+runit+Sway system -pacman -Sy --noconfirm zsh zsh-syntax-highlighting openresolv wireguard-tools bind-tools sway swaylock swayidle waybar egl-wayland imv swaybg xorg-server-xwayland alacritty qt5-wayland wl-clipboard dbus tmux htop bemenu bemenu-wlroots mupdf mpd ncmpcpp mpc mpv libnotify mako cronie cronie-runit metalog metalog-runit dnsmasq dnsmasq-runit networkmanager networkmanager-runit rsync grim slurp ffmpeg w3m youtube-dl youtube-viewer newsboat wget curl inkscape gimp darktable gcc make fontconfig pkg-config fakeroot papirus-icon-theme alsa-utils pulseaudio pamixer pulseaudio-bluetooth imagemagick exiftool ntfs-3g unzip unrar gnome-themes-standard telegram-desktop qt5ct r bc udisks2 perl-term-readline-gnu transmission-cli transmission-remote-gtk python-pynvim python-pip python-pillow calcurse acpi acpid gnupg noto-fonts-cjk noto-fonts-emoji ttf-joypixels otf-latin-modern otf-latinmodern-math powerline-fonts python-pygit2 polkit polkit-gnome zathura zathura-pdf-mupdf zathura-djvu gst-libav vifm blueman bluez bluez-runit acpilight accountsservice lightdm xdg-user-dirs abook ranger terminus-font qutebrowser jq stow wdiff texlive-most units isync notmuch pass translate-shell gnome-keyring pacman-contrib +pacman -Sy --noconfirm zsh zsh-syntax-highlighting openresolv wireguard-tools \ + bind-tools sway swaylock swayidle waybar egl-wayland imv swaybg \ + xorg-server-xwayland alacritty qt5-wayland wl-clipboard dbus tmux htop \ + bemenu bemenu-wlroots mupdf mpd ncmpcpp mpc mpv libnotify mako cronie \ + cronie-runit metalog metalog-runit dnsmasq dnsmasq-runit networkmanager \ + networkmanager-runit rsync grim wf-recorder slurp ffmpeg w3m youtube-dl \ + youtube-viewer newsboat wget curl inkscape gimp darktable gcc make \ + fontconfig pkg-config fakeroot papirus-icon-theme alsa-utils pulseaudio \ + pamixer pulseaudio-bluetooth imagemagick exiftool ntfs-3g unzip unrar \ + gnome-themes-standard telegram-desktop qt5ct r bc udisks2 \ + perl-term-readline-gnu transmission-cli transmission-remote-gtk \ + python-pynvim python-pip python-pillow calcurse acpi acpid gnupg \ + noto-fonts-cjk noto-fonts-emoji ttf-joypixels otf-latin-modern \ + otf-latinmodern-math powerline-fonts python-pygit2 polkit polkit-gnome \ + zathura zathura-pdf-mupdf zathura-djvu gst-libav vifm blueman bluez \ + bluez-runit acpilight accountsservice lightdm xdg-user-dirs abook ranger \ + terminus-font qutebrowser jq stow wdiff texlive-most units isync notmuch \ + pass translate-shell gnome-keyring pacman-contrib linux-headers \ + v4l2loopback-dkms # Copy system config files cp system/sudoers /etc/ -- cgit v1.2.3