- config changes

- made remaps reload on buffer switch
- added auto switcher script
This commit is contained in:
2025-06-23 18:19:43 -05:00
parent 56a9849623
commit 26488dbdfc
4 changed files with 57 additions and 35 deletions

View 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