From 98b7c99023b5ba3ad0f3e3308573c6aaf788152c Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Mon, 6 Apr 2026 22:18:20 +0100 Subject: [PATCH] feat: enable Hyprland and wlroots logging for debugging --- modules/home/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index 582c531..28623a6 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -9,11 +9,16 @@ in { home.sessionVariables = { WLR_NO_HARDWARE_CURSORS = "1"; + HYPRLAND_LOG_WLR = "1"; }; wayland.windowManager.hyprland = { enable = true; settings = { + "debug" = { + "disable_logs" = false; + "enable_stdout_logs" = true; + }; "cursor" = { "no_hardware_cursors" = true; };