From: Samir Benmendil Date: Wed, 29 Jan 2020 19:30:52 +0000 (+0000) Subject: xinit: make terminal applications start again on login X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6493bb2ccf48a3fd79e4c6352254104fd718378c?hp=6493bb2ccf48a3fd79e4c6352254104fd718378c xinit: make terminal applications start again on login It seems that using `&` was sending `urxvtd` to the background too quickly, i.e. before it would bind to the controller socket. Later calls to `urxvtc` would have nothing to connect to and refuse to open. `-f` will wait for the socket to be bound before forking. ---