From 8378866269a499137181e0694a75678aa2afbb88 Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 20 Apr 2023 13:38:18 +0200 Subject: [PATCH] updated wlogout layout --- config-files/wlogout/layout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-files/wlogout/layout b/config-files/wlogout/layout index f3ad08d..771bf3f 100755 --- a/config-files/wlogout/layout +++ b/config-files/wlogout/layout @@ -6,7 +6,7 @@ } { "label" : "hibernate", - "action" : "gtklock &; pkexec /bin/zzz -Z", + "action" : "gtklock & pkexec /bin/zzz -Z", "text" : "Hibernate", "keybind" : "h" } @@ -24,7 +24,7 @@ } { "label" : "suspend", - "action" : "gtklock &; pkexec /bin/zzz -z", + "action" : "gtklock & pkexec /bin/zzz -z", "text" : "Suspend", "keybind" : "u" }