fix(gnome): disable d2p multi-monitor

This commit is contained in:
514fpv 2024-08-15 18:26:59 +08:00
parent a2029ca202
commit b33f834903
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -225,7 +225,7 @@ in mkIf cfg.enable {
dash-max-icon-size = 48; dash-max-icon-size = 48;
dock-position = "BOTTOM"; dock-position = "BOTTOM";
height-fraction = 0.90000000000000002; height-fraction = 0.90000000000000002;
multi-monitor = true; multi-monitor = false;
running-indicator-style = "DOTS"; running-indicator-style = "DOTS";
custom-theme-shrink = true; custom-theme-shrink = true;
}; };