diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-02 14:22:19 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-02 14:22:19 +0300 |
commit | 06ebba4c53dc2751a2aad1cbccb870bb7db6dc07 (patch) | |
tree | 3ed4a5006d7f66b54bcf7e32df2add4bcf9a5911 /dotfiles/.local/bin/menuoutput | |
parent | 348fd5f7ffd4586b8599615dd453dcc61af3ace7 (diff) | |
download | swayrice-06ebba4c53dc2751a2aad1cbccb870bb7db6dc07.tar.gz swayrice-06ebba4c53dc2751a2aad1cbccb870bb7db6dc07.zip |
HUGE home cleanup
Diffstat (limited to 'dotfiles/.local/bin/menuoutput')
-rwxr-xr-x | dotfiles/.local/bin/menuoutput | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/menuoutput b/dotfiles/.local/bin/menuoutput index 5e29f66..0efc948 100755 --- a/dotfiles/.local/bin/menuoutput +++ b/dotfiles/.local/bin/menuoutput @@ -2,7 +2,7 @@ # Change audio output for all streams and set as default using dmenu # Source settings from .bemenurc -. $HOME/.bemenurc +. ~/.config/bemenurc output=$(listsinks | bemenu -p "Select audio output: " --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB") |