]> git.rmz.io Git - dotfiles.git/commit
xinit: make terminal applications start again on login
authorSamir Benmendil <me@rmz.io>
Wed, 29 Jan 2020 19:30:52 +0000 (19:30 +0000)
committerSamir Benmendil <me@rmz.io>
Thu, 30 Jan 2020 23:44:03 +0000 (23:44 +0000)
commit6493bb2ccf48a3fd79e4c6352254104fd718378c
treee92423d9b14be4bcb56174b25e9069fd2d32df93
parent04cc843be83ad13f34b0ddc0daea625f2a5d7716
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.
xinit/xprofile.d/99-applications.sh