Awesome screenshots last month.
We recommend imgBB for image uploads (max 32MB) (use the linked thumbnail embed code), or as an option drag and drop your image into the reply box.
Links to wallpaers, dotfiles, etc … are always appreciated.
Awesome screenshots last month.
We recommend imgBB for image uploads (max 32MB) (use the linked thumbnail embed code), or as an option drag and drop your image into the reply box.
Links to wallpaers, dotfiles, etc … are always appreciated.
Blast from the past.
Default for Void is to start twm is there is no ~/.xinitrc (logging in with startx); so I dropped in an old configuration from Slackware 10/11 days:
@PackRat
Thanks for the contribution!
[void@dellvoid ~]$ cat /etc/X11/xinit/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
twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login
[void@dellvoid ~]$
Nice shots fellas !
Reworked my DWM config, so now just two patches systray and hide vacent tabs
Nice. Link to wallpaper, please.
dwm - screenshot just as the wireless crashed:
Did the little install dialog pop up as it should?
At the start of the live session? Yes, dialog with option to run live session or install.
Ok perfect. It’s on a sleep mechanism because eww has to be loaded first. Just wondering. It worked fine in a VM and then on my bare metal but don’t know across the board.
Man Debian bookworm is a memory hog compared to bullseye.