Files
dotfiles/env/.local/bin/scripts/output-audio-switcher
iceyrazor 26488dbdfc - config changes
- made remaps reload on buffer switch
- added auto switcher script
2025-06-23 18:19:43 -05:00

4 lines
153 B
Bash
Executable File

#!/bin/bash
pactl set-default-sink "$(pactl list short sinks | awk '{print $2}' | rofi -dmenu -p "Output:")" && notify-send "Audio switched!" || exit 0