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"; }