Marty Oehme
3d9ea5cffe
Use rofi-powermenu to show options for suspend,reboot, shutdown, lockscreen, log out. Can be invoked with <M-backspace>. Other power option shortcuts have been removed from quick access through sxhkd or i3. Lockscreen can still be quickly set with <M-x>. Lockscreen now resides in its own script to provide one source of truth, and in case it is further customized in the future.
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
|