Table of Contents
-
Configuration Management Tools: Ansible, Puppet, SaltStack
-
Server Templating: Docker, Packer, Vagrant
-
Provisioning Tools: Terraform, CloudFormation
Configuration Management Tools: Ansible, Puppet, SaltStack
Server Templating: Docker, Packer, Vagrant
Provisioning Tools: Terraform, CloudFormation
This script will cycle to the next available audio output device. It can be tied to a hotkey to easily be triggered. This is handy, for example, for swapping between HDMI audio and headphones.
audio-device-switch.sh
script and place it in /usr/local/bin
.sudo chmod 755 /usr/local/bin/audio-device-switch.sh
.audio-device-switch.sh
, and set up your shortcut!notify-send
library if you want to see a popup notification when the audio device switches: sudo apt install libnotify-bin
.