From 3a7247d7b48565be9cb7fce0e6401804fee52d30 Mon Sep 17 00:00:00 2001 From: Uzair Mohammed Date: Fri, 27 Dec 2024 23:13:57 -0800 Subject: [PATCH] 1: Fix wlogout logout command --- home/modules/wlogout.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/wlogout.nix b/home/modules/wlogout.nix index 7181657..64c616f 100644 --- a/home/modules/wlogout.nix +++ b/home/modules/wlogout.nix @@ -16,7 +16,7 @@ } { label = "logout"; - action = "loginctl terminate-user $USER"; + action = "sleep 1; hyprctl dispatch exit"; text = "Logout"; keybind = "e"; }