From 855926f24e0e3c5eb0e5ce9fb4971034154ae411 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 10 Jun 2024 19:37:12 +0300 Subject: [PATCH] Make the error bar at the bottom --- modules/hyprland/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }; }; })