I3: Difference between revisions

imported>Grahamc
noted dconf
imported>Grahamc
mNo edit summary
Line 29: Line 29:
If your settings aren't being saved, like the size of file selection windows, you need to enable dconf:
If your settings aren't being saved, like the size of file selection windows, you need to enable dconf:


{{file|/etc/nixos/configuration.nix|nix|
<nowiki>
<nowiki>
   programs.dconf.enable = true;
   programs.dconf.enable = true;
   services.dbus.packages = [ pkgs.gnome3.dconf ];
   services.dbus.packages = [ pkgs.gnome3.dconf ];
</nowiki>
</nowiki>
}}
=== Wallpaper ===
=== Wallpaper ===
If <code>~/.background-image</code> exists then it will be displayed as a wallpaper. Options <code>services.xserver.desktopManager.wallpaper.combineScreens</code> and <code>.mode</code> control exactly how it is displayed.
If <code>~/.background-image</code> exists then it will be displayed as a wallpaper. Options <code>services.xserver.desktopManager.wallpaper.combineScreens</code> and <code>.mode</code> control exactly how it is displayed.