diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-09-09 20:50:39 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-09-09 20:50:39 +0300 |
commit | 2b1eac8bc54dbc514e24c64143dc34ef5f1caca5 (patch) | |
tree | 8f06a1734486a876f53bbaff56a99c8c18088567 /dotfiles/.local | |
parent | cbf22e631a6e5b9129a95b192a29c8215e9917ed (diff) | |
download | swayrice-2b1eac8bc54dbc514e24c64143dc34ef5f1caca5.tar.gz swayrice-2b1eac8bc54dbc514e24c64143dc34ef5f1caca5.zip |
pipewire-restart script, ...
... qutebrowser banding fix hack, etc.
Diffstat (limited to 'dotfiles/.local')
-rwxr-xr-x | dotfiles/.local/bin/pipewire-restart | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/pipewire-restart b/dotfiles/.local/bin/pipewire-restart new file mode 100755 index 0000000..8c6caa7 --- /dev/null +++ b/dotfiles/.local/bin/pipewire-restart @@ -0,0 +1,4 @@ +#!/bin/sh + +killall pipewire wireplumber pipewire-pulse +pipewire & wireplumber & pipewire-pulse & |