From 444539ac0844d4ba38db2b5ad65685cd918da85f Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 24 Jan 2025 11:37:41 +0100 Subject: [PATCH] gnome: keep background unmanaged --- home/common/gnome.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/home/common/gnome.nix b/home/common/gnome.nix index 75343f5..e534c2a 100644 --- a/home/common/gnome.nix +++ b/home/common/gnome.nix @@ -16,23 +16,6 @@ with lib.hm.gvariant; ]; dconf.settings = { - "org/gnome/desktop/background" = { - color-shading-type = "solid"; - picture-options = "zoom"; - picture-uri = "file:///run/current-system/sw/share/backgrounds/gnome/vnc-l.png"; - picture-uri-dark = "file:///run/current-system/sw/share/backgrounds/gnome/vnc-d.png"; - primary-color = "#77767B"; - secondary-color = "#000000"; - }; - - "org/gnome/desktop/screensaver" = { - color-shading-type = "solid"; - picture-options = "zoom"; - picture-uri = "file:///run/current-system/sw/share/backgrounds/gnome/vnc-l.png"; - primary-color = "#77767B"; - secondary-color = "#000000"; - }; - "org/gnome/desktop/wm/keybindings" = { close = [ "q" ]; toggle-on-all-workspaces = [ "s" ];