Add .local/bin/fix-loopback

Add .local/bin/niri-event-handler
This commit is contained in:
Lewis Wynne 2025-11-03 17:36:21 +00:00
parent 0d865d0f44
commit 589c4444a0
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,3 @@
sudo modprobe v4l2loopback devices=1 video_nr=2 card_label="OBS Virtual Camera" exclusive_caps=1
sudo chmod 666 /dev/video*
sudo usermod -aG video $USER