You are not logged in.
- Edited .Xresources to change the colour of xterm terminal
- Ran xrdb .Xresources
When opening new terminals, it changes colour, however when I exit i3 and do startx again, the changes do not take effect.
I have tried doing xrdb .Xresources and killing X, however it does not work.
Any help is appreciated!
Thanks
Last edited by Skullheadx (2024-07-19 13:58:13)
Offline
If you are going to use ~/.Xresources then that file needs to be read into the xrdb each time X starts - e.g., in your xinitrc (which the default template includes). Alternatively, if you want settings read from a config file every time xterm starts, then you should use ~/.Xdefaults not ~/.Xresources.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
This worked! Thanks
Offline