summaryrefslogtreecommitdiff
path: root/assets/2026-02-03-obs-studio-wayland.md
diff options
context:
space:
mode:
Diffstat (limited to 'assets/2026-02-03-obs-studio-wayland.md')
-rw-r--r--assets/2026-02-03-obs-studio-wayland.md22
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