X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc2;h=c747109446d861432fdac44edf5fa2dfed694c6c;hb=541688fb965b26a16cda0801591df64551c51115;hp=73dc3daaed782cbffc1f3c00e6111a4adc50bb1c;hpb=9ac513d1086f22a8dede2ebe3ca0236443bdc429;p=distro-setup diff --git a/brc2 b/brc2 index 73dc3da..c747109 100644 --- a/brc2 +++ b/brc2 @@ -1292,7 +1292,9 @@ cheogram-get-logs() { adb pull /storage/emulated/0/Download/Cheogram/Backup sqlite3 b /b/data/daystart +} #### begin bitcoin related things btc() { @@ -3152,6 +3159,17 @@ fixu() { fi } +# unmute +um() { + pactl set-sink-mute @DEFAULT_SINK@ false + rm -f /tmp/ianknap +} +nap() { + pactl set-sink-mute @DEFAULT_SINK@ true + touch /tmp/ianknap +} + + # systemctl is-enabled / status / cat says nothing, instead theres # some obscure symlink. paths copied from man systemd.unit. # possibly also usefull, but incomplete, doesnt show units not loaded in memory: