You are not logged in.
I have just recently started using Arch, and I gotta say im loving it so far. I've reached my first hurdle though. I currently have Slim installed and for whatever reason it is not reading my .Xresources file on startup, which is being using by urxvt. I've checked slim.conf to make sure it's loading .xinitrc. This is the relevant code.
login_cmd exec /bin/bash -login ~/.xinitrc %session
In my .xinitrc I have setup my .Xresources file to be read and merged.
# define Xresources
userresources=$HOME/.Xresources
# merge with whats available
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
I also made sure that my .xinitrc is executable by running
chmod u+x
on it.
To make sure my .Xresources file is working I have run
xrdb .Xresources
from terminal, then opened a new terminal. The profile does get loaded. I've exhausted everything I can think of to get this working so i'd appreciate any additional help. Also, if it's relevant, I am using i3 as my window manager.
EDIT:
Dug around a bit more and found I was missing
xrdb -load ~/.Xresources &
Working now
Last edited by barefly (2014-08-16 04:19:37)
Offline
Welcome to Arch
Glad it is working. Please edit your first post and prepend [SOLVED] to your thread title when you consider it to be solved. We ask that you do this as we have no way to know when you regard it as solved. Thanks.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Sorry for bumping this solved thread, but can you post your .xinitrc and .Xresources for me to see if I'm doing anything wrong..... here is my thread, pretty much the same problem you were having.
Archlinux + i3 + zsh = winning
Registered Linux User #565414
Blackarch Pentesting Distro
Github
Offline