From dc5c662731431a327e35d748511f594991e787ee Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 18 Feb 2025 13:05:22 -0600 Subject: [PATCH] hyprland: add back debug settings Signed-off-by: Myned --- options/custom/desktops/hyprland/variables.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/options/custom/desktops/hyprland/variables.nix b/options/custom/desktops/hyprland/variables.nix index afb990f..a23a823 100644 --- a/options/custom/desktops/hyprland/variables.nix +++ b/options/custom/desktops/hyprland/variables.nix @@ -50,6 +50,12 @@ in { zoom_rigid = true; }; + # https://wiki.hyprland.org/Configuring/Variables/#debug + debug = { + disable_scale_checks = true; #!! Unsupported, may result in pixel misalignment + enable_stdout_logs = true; # systemd-cat + }; + # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration = { blur.enabled = false;