aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-09-09 20:50:39 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-09-09 20:50:39 +0300
commit2b1eac8bc54dbc514e24c64143dc34ef5f1caca5 (patch)
tree8f06a1734486a876f53bbaff56a99c8c18088567 /dotfiles/.local
parentcbf22e631a6e5b9129a95b192a29c8215e9917ed (diff)
downloadswayrice-2b1eac8bc54dbc514e24c64143dc34ef5f1caca5.tar.gz
swayrice-2b1eac8bc54dbc514e24c64143dc34ef5f1caca5.zip
pipewire-restart script, ...
... qutebrowser banding fix hack, etc.
Diffstat (limited to 'dotfiles/.local')
-rwxr-xr-xdotfiles/.local/bin/pipewire-restart4
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 &