You are not logged in.
Hi,
I've been trying to run fluxbox manually. It requires starting X first (Archwiki is not very clear on the proper way).
This sort of works:
$ startxThen, from inside a sample window:
$ startfluxboxThe sample window then can't be closed for the duration of the desktop session. It's a lot better than nothing, yet still a bit awkward. Suggestions from Arch and Gentoo Wiki, like
xinit -- :1or
X -retroresult in errors.
How am I supposed to do it really nice?
Last edited by Llama (2018-05-21 11:43:16)
Offline
Did you check https://wiki.archlinux.org/index.php/Xi … figuration ?
Offline
Thanks!
I've created .xinitrc:
$ cp /etc/X11/xinit/xinitrc ~/.xinitrcand modified it:
...
#~ twm &
#~ xclock -geometry 50x50-1+1 &
#~ xterm -geometry 80x50+494+51 &
#~ xterm -geometry 80x20+494-0 &
#~ exec xterm -geometry 80x66+0+0 -name login
exec startfluxboxSo far so good (running startx). Is it quite correct or just a piece of good luck?
Last edited by Llama (2018-05-21 11:42:30)
Offline
That is correct yes. If you retained the if directives before that snippet.
Offline
That is correct yes. If you retained the if directives before that snippet.
Yes, I did. Thanks!
Offline