dwm: load xresources on boot
This commit is contained in:
parent
6898c0ddae
commit
2e704b22f8
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ in
|
|||
--jitter ${toString (cfg.threshold - 1)} \
|
||||
${lib.concatStrings cfg.extraOptions}
|
||||
'';
|
||||
|
||||
home.file.".xinitrc".text = ''
|
||||
[ -f ~/.Xresources ] && ${lib.getExe pkgs.xorg.xrdb} -merge ~/.Xresources
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue