dwm: load xresources on boot

This commit is contained in:
Zynh Ludwig 2024-11-20 06:23:57 -08:00
parent 6898c0ddae
commit 2e704b22f8

View file

@ -28,6 +28,10 @@ in
--jitter ${toString (cfg.threshold - 1)} \ --jitter ${toString (cfg.threshold - 1)} \
${lib.concatStrings cfg.extraOptions} ${lib.concatStrings cfg.extraOptions}
''; '';
home.file.".xinitrc".text = ''
[ -f ~/.Xresources ] && ${lib.getExe pkgs.xorg.xrdb} -merge ~/.Xresources
'';
}; };
} }