Fix paths in .xinitrc
This commit is contained in:
parent
8ad1dcc14b
commit
5f1f6f351e
|
@ -14,13 +14,13 @@ with lib;
|
|||
home.file.".xinitrc".text = ''
|
||||
systemctl --user import-environment DISPLAY
|
||||
|
||||
${pkgs.autorandr}/bin/autorandr --change
|
||||
autorandr --change
|
||||
|
||||
${pkgs.copyq}/bin/copyq &
|
||||
copyq &
|
||||
|
||||
systemctl --user start dwm-status &
|
||||
|
||||
exec ${pkgs.dwm}/bin/dwm
|
||||
exec dwm
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue