- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: August 8th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
vepro@iusearchlinux.fyito Arch Linux@lemmy.ml•Your arch system (with xfce, kde or lxqt) suddenly takes 20 sec to open firefox etc?2·2 years agoAlso, if you are using xorg-xinit, make sure that you copy everything from /etc/X11/xinit/xinitrc into your ~/.xinitrc (and replace everything from
twm &
with your own stuff). If you don’t to this, systemd will not get $DISPLAY, leading to xdg-desktop-portals failing to work, also causing long startup times.
Programs may read from /etc, but it’s not recommended. Instead, I recommend having your .config directory stored somewhere, or preferably, have all configs in a git repository (often called dotfiles) and deploy them on systems for example with
stow