feat: enable Hyprland and wlroots logging for debugging
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user