Fix paths in .xinitrc

This commit is contained in:
Oliver Davies 2025-02-22 23:21:04 +00:00
parent 8ad1dcc14b
commit 5f1f6f351e

View file

@ -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
'';
};
}