From b33f8349039cd1df0d437e7c160663573e93b884 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Thu, 15 Aug 2024 18:26:59 +0800 Subject: [PATCH] fix(gnome): disable d2p multi-monitor --- home/gnome/impl/dconf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gnome/impl/dconf.nix b/home/gnome/impl/dconf.nix index 59484807..f1cb59d6 100644 --- a/home/gnome/impl/dconf.nix +++ b/home/gnome/impl/dconf.nix @@ -225,7 +225,7 @@ in mkIf cfg.enable { dash-max-icon-size = 48; dock-position = "BOTTOM"; height-fraction = 0.90000000000000002; - multi-monitor = true; + multi-monitor = false; running-indicator-style = "DOTS"; custom-theme-shrink = true; };