4 lines
126 B
Bash
Executable File
4 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
# Shut off all sounds coming from alsa (called when locking from lock script"
|
|
amixer -q -D pulse sset Master toggle
|