You are not logged in.
So for context, I use xterm on my debian machine, and I am able to easily increase or decrease the font with ~/.Xdefaults and with the line
xterm*font: *-fixed-*-*-*-18-* However, when I try this with my arch machine, it does not work. I am able to go to ~/.Xdefaults on my arch machine and change the background and foreground colors, but for some reason I am unable to change the font size. Any help would be greatly appreciated.
Offline
xrdb -q | grep -i xterm
pacman -Qs xorg-fontsCan you change the font (size) w/ the ctrl+rmb menu?
("right mouse button")
Offline
xrdb -q | grep -i xterm pacman -Qs xorg-fontsCan you change the font (size) w/ the ctrl+rmb menu?
("right mouse button")
So I tried to change the font size with ctrl + rmb, and whenever I switch it to large, it doesn't change the font size and returns to default after exiting and restarting xterm.
As for the first to commands, what exactly do they do?
Offline
As for the first to commands, what exactly do they do?
https://man.archlinux.org/man/extra/xorg-xrdb/xrdb.1.en
https://man.archlinux.org/man/core/pacman/pacman.8.en
Offline