From f8c722050398054ea8c95d278da4923fe54ce2fd Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 28 Nov 2024 21:40:48 +0000 Subject: [PATCH] Suspend --- config/home/scripts/system/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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