feat: enable Hyprland and wlroots logging for debugging

This commit is contained in:
Bernardo Magri
2026-04-06 22:18:20 +01:00
parent d0f7e67d3d
commit 98b7c99023

View File

@@ -9,11 +9,16 @@ in
{ {
home.sessionVariables = { home.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1"; WLR_NO_HARDWARE_CURSORS = "1";
HYPRLAND_LOG_WLR = "1";
}; };
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
settings = { settings = {
"debug" = {
"disable_logs" = false;
"enable_stdout_logs" = true;
};
"cursor" = { "cursor" = {
"no_hardware_cursors" = true; "no_hardware_cursors" = true;
}; };