You are not logged in.
Pages: 1
Hi everyone,
I am trying to configure dwm on Arch. I installed xf86-video-intel, xorg-server, xorg-xinit and picom, copied .xinitrc from /etc/X11/xinit to my home directory, removed the last 5 lines (settings for xclock, xterm ecc.) and added instead:
picom -f &
exec dwmThen I downloaded both dwm & st directly from the suckless website, extracted the archives into a folder in my home directory, installed both of them via "sudo make clean install", and typed "startx" to start the X server, but it immidiately exits saying something like:
'monospace:size=10'no fonts could be loaded.xinit:Now, the X server is "terminated succesfully" w/ exit code 0, which means (I think) that the problem is likely to be my .xinitrc file But I can't spot the error. May anyone give me a hint? I remember following this exact procedure on another machine, which worked at the first try.
Offline
Did you install the requisite fonts you are declaring in config.h?
Offline
Did you install the requisite fonts you are declaring in config.h?
Actually not! That was the issue, thanks. I only declare
monospacein my dwm config.h but can't find any related package to install. I tried downloading
ttf-inconsolata and this time the X server started succesfully, but the font in terminal windows looked horrible. Should I edit my config.h or install some other package? Thanks again and sorry for the extreem n00bery ![]()
Offline
EDIT: I removed inconsolata and installed ttf-dejavu (which was the reccomended option after some googling). I think this solves my issue. Thank you!
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
Pages: 1