9 lines
214 B
Text
9 lines
214 B
Text
|
#!/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
|