diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index 9169ee6..27d2156 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -201,6 +201,8 @@ in desktopSystemConfiguration { preserve_split = true; smart_resizing = false; }; + + debug.error_position = 1; }; }; })