From 59281e6f872d8eeb6fc6dad1d792c60e84d0d2ee Mon Sep 17 00:00:00 2001
From: Timmy Keller <tjk@tjkeller.xyz>
Date: Wed, 11 Sep 2024 23:00:56 -0500
Subject: fix off on x60

---
 launch/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'launch')

diff --git a/launch/config b/launch/config
index d0b63cb..703b8e0 100644
--- a/launch/config
+++ b/launch/config
@@ -19,7 +19,7 @@ halt|off|poweroff|shutdown
 	doas poweroff
 	^
 	^
-	^
+	doas systemctl poweroff
 suspend|zzz
 	doas systemctl suspend
 	^
-- 
cgit v1.2.3