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