From 9017ab0ca2d54ed231461aa8f4c90108a55397a6 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Fri, 19 Jul 2024 21:45:06 +0200 Subject: [PATCH] [wlogout] Update commands for Arch Linux --- .config/wlogout/layout | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/wlogout/layout b/.config/wlogout/layout index 43c4e31..1b89340 100644 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -6,19 +6,19 @@ } { "label" : "logout", - "action" : "pkill -9 -u $(id -u) Hyprland", + "action" : "hyprctl dispatch exit", "text" : "Logout", "keybind" : "e" } { "label" : "shutdown", - "action" : "loginctl poweroff", + "action" : "poweroff", "text" : "Shutdown", "keybind" : "s" } { "label" : "reboot", - "action" : "loginctl reboot", + "action" : "reboot", "text" : "Reboot", "keybind" : "r" }