From 6cb5f8b8c70c7a10543630c2579a027908196aa4 Mon Sep 17 00:00:00 2001 From: jmug Date: Fri, 27 Feb 2026 22:24:16 -0800 Subject: [PATCH] [hyprland] Add note about hyprland dying when locking screen. --- home-modules/hyprland/waybar.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-modules/hyprland/waybar.nix b/home-modules/hyprland/waybar.nix index 1e3090a..28eca86 100644 --- a/home-modules/hyprland/waybar.nix +++ b/home-modules/hyprland/waybar.nix @@ -242,6 +242,8 @@ }; "custom/lock" = { format = ""; + # Figure out how to not crash hyprland whwn dispatching from waybar. + # on-click = "hyprctl dispatch dpms off && hyprlock"; on-click = "hyprlock"; tooltip = true; tooltip-format = "lock";