diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-23 18:19:43 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-23 18:19:43 -0500 |
| commit | 26488dbdfca360694e9bfdf19bade661766826e7 (patch) | |
| tree | 9a79f53019a51742c5bae1f94466e7ac98fe142a /env/.local/bin | |
| parent | 56a98496230ef62dc61c1e92051ba2397a298f5f (diff) | |
- config changes
- made remaps reload on buffer switch
- added auto switcher script
Diffstat (limited to 'env/.local/bin')
| -rwxr-xr-x | env/.local/bin/scripts/output-audio-switcher | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/env/.local/bin/scripts/output-audio-switcher b/env/.local/bin/scripts/output-audio-switcher new file mode 100755 index 0000000..1a7592c --- /dev/null +++ b/env/.local/bin/scripts/output-audio-switcher @@ -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 |
