Suspend
This commit is contained in:
parent
7507936818
commit
f8c7220503
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ option=$(printf "Sleep\nLogout\nShutdown\nRestart" | rofi -dmenu -theme Arc-Dark
|
||||||
if [ "$option" = "Sleep" ];
|
if [ "$option" = "Sleep" ];
|
||||||
then
|
then
|
||||||
i3lock-fancy -g -t "System Locked" -f Hack-Regular
|
i3lock-fancy -g -t "System Locked" -f Hack-Regular
|
||||||
systemctl sleep
|
systemctl suspend
|
||||||
elif [ "$option" = "Logout" ];
|
elif [ "$option" = "Logout" ];
|
||||||
then
|
then
|
||||||
i3-msg exit
|
i3-msg exit
|
||||||
|
|
Loading…
Reference in a new issue