window-manager: Set root window properties Use hsetroot and xsetroot to work across compositors
1 file changed, 4 insertions(+), 0 deletions(-)
M modules/programs/window-manager.nix → modules/programs/window-manager.nix
@@ -5,6 +5,10 @@ displayManager = { lightdm = { enable = true; }; + sessionCommands = '' + ${pkgs.xorg.xsetroot}/bin/xsetroot -cursor_name left_ptr -solid '#4d4d4c' & + ${pkgs.hsetroot}/bin/hsetroot -solid '#4d4d4c' + ''; }; xautolock = { enable = true;