#startx takes few minutes to load
40 messages · Page 1 of 1 (latest)
.xinitrc
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
if [ -f /usr/bin/i3 ]; then
exec i3
fi
@ebon totem why not use a display manager?
please explain further
like gnome?
to run i3 from gnome?
im actually fine with starting from tty though
I just want my pc to load in normal times
@ebon totem sudo pacman -S ly
remove that line from your .bash_profile
sudo systemctl enable --now ly
then reboot
ok ill try it
but i really liked the current experience ive had (besides the long loading time)
It doesn’t solve the long waiting time
I still wait just with a display manager
Gnome loads almost instantly though
@ebon totem link your ly conf
Wait my pc loads
Also overrode the bashrc config?
and discord took hella time opening
wtf
this is fresh arch install i might add
now instead of alacritty im back on xterm
just the defaults
everything is commented out
@ebon totem link your i3 config
@ebon totem i3 config not ly
On it pc taking time + when i close my pc i see bunch of warning when the xorg server shutdowns
It’s default
amd or nvidia?