mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 06:56:54 +02:00
fix: logout command
This commit is contained in:
parent
c956c97dd9
commit
3d74faba79
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ run_cmd() {
|
|||
if [[ "$1" == '--opt1' ]]; then
|
||||
swaylock
|
||||
elif [[ "$1" == '--opt2' ]]; then
|
||||
confirm_run 'kill -9 -1'
|
||||
confirm_run 'hyprctl dispatch exit'
|
||||
elif [[ "$1" == '--opt3' ]]; then
|
||||
confirm_run 'mpc -q pause' 'amixer set Master mute' 'systemctl suspend'
|
||||
elif [[ "$1" == '--opt4' ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue