diff --git a/autostart b/autostart index 0efda1d..4d31eca 100755 --- a/autostart +++ b/autostart @@ -197,7 +197,6 @@ hc keybind $Mod-v spawn vlc hc keybind $Mod-Escape spawn ~/bin/bepo_azerty.sh # Switch between bépo and azerty hc keybind $Mod-o spawn qb # Qutebrowser content parser hc keybind $Mod-q spawn qb # Qutebrowser content parser -hc keybind XF86AudioPlay spawn qb # Qutebrowser content parser hc keybind $Mod-w spawn rofi-task.sh # Taskwarrior launcher hc keybind $Mod-agrave spawn ~/bin/rofi-pass # Password manager @@ -205,6 +204,12 @@ 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 +## 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)" +hc keybind Shift-XF86AudioPlay spawn kodi-send --action="PlayerControl(partymode)" +hc keybind XF86AudioNext spawn kodi-send --action="PlayerControl(next)" +hc keybind XF86AudioPrev spawn kodi-send --action="PlayerControl(previous)" # brightness hc keybind XF86MonBrightnessUp spawn light -A 10