This is my ~/.Xresources file:
Bing's CoPilot told me to add that last line so I could use F11 and F12 to change the font size in my XTerm in KDE5 Plasma in Debian 11 Linux. Neither key is working. It just prints a ~ instead. If I use Control-(Right Mouse Button) a small menu tries to pop up, but doesn't quite make it. I'm supposed to be able to use the mouse pointer to select the new font size somehow, but often times the list simply isn't there. Wouldn't you know it, as soon as I tried writing this post it started working in one of my XTerms, but not in another. How do I dynamically change the font size in XTerm without changing ~/.Xresources every time I want to change the font size? I need to log in once, open some XTerms and then change the font size in four of them. I want to get four XTerms on one virtual console in KDE5 so I can use ssh to connect to another computer on a local network and have all four on the same screen. I managed to get I think 69x18 in each of them and got them all lined up, but I need at least 80x24 so I'll need to tinker with the font size. I need something that I can run on the command line without some seriously complicated shell script. CoPilot tried to tell me about xrdb, but it didn't seem to do anything. The -query option was helpful, but the -merge option doesn't seem to help. I need the ~/.Xresources file to stay the same after logging in. The primary XTerm geometry needs to be 135x37 so I get a full screen XTerm, well not "full screen" exactly, but you get the idea. It will fill the display. Then other XTerms that will be started later will need to be resized to use a different font size and window size so I can fit four XTerms on the same virtual console and fill the display. I just went around and around with Bing's CoPilot without success. It just kept saying the same things that weren't working for me.
Signed,
Matthew Campbell
Code:
xterm*faceName: Terminus
xterm*faceSize: 18
xterm*faceSize1: 8
xterm*faceSize2: 10
xterm*faceSize3: 12
xterm*faceSize4: 14
xterm*faceSize5: 16
xterm*faceSize6: 18
xterm*geometry: 135x37
xterm*rightScrollBar: true
xterm*saveLines: 1024
xterm*scrollBar: true
xterm*scrollTtyOutput: false
xterm*selectToClipboard: true
xterm*Background: black
xterm*Foreground: white
xterm*VT100.Translations: #override <Key>F11: smaller-vt-font() <Key>F12: larger-vt-font()
Bing's CoPilot told me to add that last line so I could use F11 and F12 to change the font size in my XTerm in KDE5 Plasma in Debian 11 Linux. Neither key is working. It just prints a ~ instead. If I use Control-(Right Mouse Button) a small menu tries to pop up, but doesn't quite make it. I'm supposed to be able to use the mouse pointer to select the new font size somehow, but often times the list simply isn't there. Wouldn't you know it, as soon as I tried writing this post it started working in one of my XTerms, but not in another. How do I dynamically change the font size in XTerm without changing ~/.Xresources every time I want to change the font size? I need to log in once, open some XTerms and then change the font size in four of them. I want to get four XTerms on one virtual console in KDE5 so I can use ssh to connect to another computer on a local network and have all four on the same screen. I managed to get I think 69x18 in each of them and got them all lined up, but I need at least 80x24 so I'll need to tinker with the font size. I need something that I can run on the command line without some seriously complicated shell script. CoPilot tried to tell me about xrdb, but it didn't seem to do anything. The -query option was helpful, but the -merge option doesn't seem to help. I need the ~/.Xresources file to stay the same after logging in. The primary XTerm geometry needs to be 135x37 so I get a full screen XTerm, well not "full screen" exactly, but you get the idea. It will fill the display. Then other XTerms that will be started later will need to be resized to use a different font size and window size so I can fit four XTerms on the same virtual console and fill the display. I just went around and around with Bing's CoPilot without success. It just kept saying the same things that weren't working for me.
Signed,
Matthew Campbell