Alias to run rofi-pulse-sink script

In order to choose the default PA output sink
This commit is contained in:
gardouille 2021-11-29 14:28:32 +01:00
parent 909de4cbeb
commit fa0b52485d
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,8 @@ hc keybind $Mod-agrave spawn ~/bin/rofi-pass # Password manag
hc keybind XF86AudioRaiseVolume spawn pulsemixer --change-volume +5
hc keybind XF86AudioLowerVolume spawn pulsemixer --change-volume -5
hc keybind XF86AudioMute spawn pulsemixer --toggle-mute
## Rofi script to choose output sink
hc keybind $h-XF86AudioMute spawn ~/bin/rofi-pulse-sink.sh
## See for Kodi actions/functions:
## https://kodi.wiki/view/List_of_built-in_functions#List_of_functions
hc keybind XF86AudioPlay spawn kodi-send --action="PlayerControl(play)"