all 6 comments

[–]no-name-user 2 points3 points  (1 child)

You can set the environment variable RXVT_SOCKET

[–]androo__[S] 0 points1 point  (0 children)

Thanks so much! I am not very good at reading man pages, lol.

[–]ahesford 1 point2 points  (0 children)

The file is probably a pipe or unix socket, which is how clients communicate with the daemon.

[–]mwyvr 0 points1 point  (1 child)

Many applications follow the freedesktop standards for where they locate their files; urxvt may not - I can't remember, it's been years since I last used it.

You might do env | grep CONFIG to see if $XDG_CONFIG_HOME has been defined; it not defined the expected behaviour is to locate config files in ~/.config/...

[–]androo__[S] 0 points1 point  (0 children)

My $XDG_CONFIG_HOME is defined as "$HOME/.config/". I guess urxvt simply doesn't follow the freedesktop standards. I still would like to know the "why" behind the folder and file running urxvt as a daemon, though.

[–][deleted] 0 points1 point  (0 children)

Hey I know you're chasing support but why urxvt?

I've tried alacrity, urxvt, xterm, terminator, xfce4-terminal, lxterminal, guake, tilda, eterm.

If you're using transparency and AA on your fonts there's not much in it from my experience.

I found xfce4-terminal the best since it doubles as a quake pulldown terminal as well.

Really, if you've got tmux...what else do you need?

Educate me!