diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-05 00:20:37 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-05 00:20:37 -0600 |
| commit | 3586344baa2cd126ee5c7330f7ec5c67213e3b8d (patch) | |
| tree | d3356cd256ec8a5eec19502b2a14ef6b618abc65 /assets/2026-02-03-obs-studio-wayland.md | |
| parent | 95b67e7e9df65c6eb5577935f14462b89b28e6ae (diff) | |
| download | archsetup-3586344baa2cd126ee5c7330f7ec5c67213e3b8d.tar.gz archsetup-3586344baa2cd126ee5c7330f7ec5c67213e3b8d.zip | |
chore(assets): archive processed inbox items
Diffstat (limited to 'assets/2026-02-03-obs-studio-wayland.md')
| -rw-r--r-- | assets/2026-02-03-obs-studio-wayland.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/2026-02-03-obs-studio-wayland.md b/assets/2026-02-03-obs-studio-wayland.md new file mode 100644 index 0000000..9a2a665 --- /dev/null +++ b/assets/2026-02-03-obs-studio-wayland.md @@ -0,0 +1,22 @@ +# OBS Studio on Wayland/Hyprland + +## Installation +```bash +sudo pacman -S obs-studio +``` + +## Required packages (should already be present on Hyprland) +- pipewire +- xdg-desktop-portal +- xdg-desktop-portal-hyprland + +## Hyprland config +Add to `~/.config/hypr/hyprland.conf`: +``` +exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +``` + +## Usage +- Use "Screen Capture (PipeWire)" source for monitors/windows +- Portal dialog appears on first capture to select screen/window +- PipeWire handles audio capture automatically |
