8 lines
214 B
Bash
Executable file
8 lines
214 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
# In case we want to pause any players
|
|
# (see https://github.com/LukeSmithxyz/voidrice/blob/archi3/.config/sxhkd/sxhkdrc for that)
|
|
# mpc -q pause
|
|
# amixer set Master mute
|
|
|
|
i3lock -e -f -c 1d2021
|