- config changes
- made remaps reload on buffer switch - added auto switcher script
This commit is contained in:
3
env/.local/bin/scripts/output-audio-switcher
vendored
Executable file
3
env/.local/bin/scripts/output-audio-switcher
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
pactl set-default-sink "$(pactl list short sinks | awk '{print $2}' | rofi -dmenu -p "Output:")" && notify-send "Audio switched!" || exit 0
|
||||
Reference in New Issue
Block a user