Skip to content

Instantly share code, notes, and snippets.

@Internetperson-dev
Internetperson-dev / Wlroots or Labwc OBS Capture Guide.md
Last active June 14, 2025 12:24
Capturing wlroots desktop.md

curl -LO https://hg.sr.ht/~scoopta/wlrobs/archive/v1.2.tar.gz

tar -ztvf v1.2.tar.gz

cd wlrobs-v1.2

meson setup build -Dc_args="-Wno-error=unused-result"

ninja -C build

LSFG_DLL_PATH="/home/ram/.var/app/com.valvesoftware.Steam/.steam/debian-installation/steamapps/common/Lossless Scaling/Lossless.dll" ENABLE_LSFG=1 LSFG_MULTIPLIER=3 vkcube
#!/bin/sh
DECKY_DIR="$HOME/.local/share/decky"
SERVICE_DIR="$DECKY_DIR/services"
PLUGIN_DIR="$DECKY_DIR/plugins"
# TMPDIR had to be manually set on my computer.
TMPDIR="$HOME/.cache/decky-tmp"
BIN="$SERVICE_DIR/PluginLoader"