diff --git a/config/home/scripts/system/power.sh b/config/home/scripts/system/power.sh index 54278b0..53e4d57 100644 --- a/config/home/scripts/system/power.sh +++ b/config/home/scripts/system/power.sh @@ -5,7 +5,7 @@ option=$(printf "Sleep\nLogout\nShutdown\nRestart" | rofi -dmenu -theme Arc-Dark if [ "$option" = "Sleep" ]; then i3lock-fancy -g -t "System Locked" -f Hack-Regular - systemctl sleep + systemctl suspend elif [ "$option" = "Logout" ]; then i3-msg exit