setup i3 on RHEL

This commit is contained in:
Adam Jeniski
2022-07-19 14:54:07 -04:00
parent 283124d84c
commit e7b4f6099d
4 changed files with 56 additions and 26 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
pactl list | \
rg -e media.name | \
rg -v -e recStream -e playStream -e Playback -e playback | \
rg -v -e recStream -e playStream -e Playback -e playback -e RecordStream | \
tail -n 1 | \
sed -r 's/^.*= "(.*)"$/\1/' | \
sed 's/\\"/"/g'