I3: Difference between revisions
imported>Symphorien Created page with "{{Expansion|there are a lot more [https://nixos.org/nixos/options.html#i3 options]}} [https://i3wm.org/ i3] is a tiling window manager for X. == Enabling == To use i3 set <co..." |
imported>Grahamc noted dconf |
||
Line 26: | Line 26: | ||
[[Xfce#Using_as_a_desktop_manager_and_not_a_window_manager]]. | [[Xfce#Using_as_a_desktop_manager_and_not_a_window_manager]]. | ||
===DConf=== | |||
If your settings aren't being saved, like the size of file selection windows, you need to enable dconf: | |||
<nowiki> | |||
programs.dconf.enable = true; | |||
services.dbus.packages = [ pkgs.gnome3.dconf ]; | |||
</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. |