Skip to content

Instantly share code, notes, and snippets.

@winny-
Last active August 20, 2020 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winny-/6f6f04991c7f8ae7751f44b5495bb51c to your computer and use it in GitHub Desktop.
Save winny-/6f6f04991c7f8ae7751f44b5495bb51c to your computer and use it in GitHub Desktop.
#!/bin/sh
# Try to reset pulseaudio after suspend.
# Todo: fix resume to not require this.
set -u
pulseaudio -k
pulseaudio --daemon
pkill -SIGHUP xfce4-panel
#!/usr/bin/env bash
set -eu
newSink="$(pactl list sinks short | cut -f2 | rofi -dmenu)"
switch-sink "$newSink"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment