#!/usr/bin/env bash # Preset: Streaming/Recording # Second monitor: OBS, btop, easyeffects # Main monitor: Steam, Discord # Second monitor niri msg action focus-monitor-right sleep 0.2 obs & sleep 0.5 alacritty -e btop & sleep 0.3 easyeffects & # Main monitor sleep 0.3 niri msg action focus-monitor-left sleep 0.2 steam & sleep 0.5 discord &