window-manager: Set root window properties Use hsetroot and xsetroot to work across compositors
Alan Pearce alan@alanpearce.eu
Wed, 29 Nov 2017 15:25:55 +0100
1 files 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;