From 2c45d30b27936980c01d71c3577e18b7d5f7e480 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 4 Jan 2025 15:19:07 -0600 Subject: [PATCH] niri: remove fixed debug flag Signed-off-by: Myned --- options/custom/desktops/niri/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/options/custom/desktops/niri/default.nix b/options/custom/desktops/niri/default.nix index cd9ce49..47ae1a3 100644 --- a/options/custom/desktops/niri/default.nix +++ b/options/custom/desktops/niri/default.nix @@ -103,10 +103,6 @@ in { # https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsdebug settings.debug = { #// disable-direct-scanout = []; - - # BUG: Crash when multiple outputs from the same monitor are enabled - # https://github.com/YaLTeR/niri/issues/734 - disable-monitor-names = []; }; }; }