aboutsummaryrefslogtreecommitdiff
path: root/home/rices/finals/niri/scripts/preset-streaming.sh
blob: 17e51df01c7797a4f102daf9ee222ce44f7911d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/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 &