Date: Sun, 2 Oct 2016 14:54:13 +0200 From: Gary Jennejohn <gljennjohn@gmail.com> To: Grzegorz Junka <list1@gjunka.com> Cc: x11-list freebsd <freebsd-x11@freebsd.org> Subject: Re: Lumina Desktop Message-ID: <20161002145413.7d88d3df@ernst.home> In-Reply-To: <d70f6e60-a3db-2d4e-27b7-e420adae903b@gjunka.com> References: <947a1aa1-fc36-be0a-ed9f-8856d786826f@gjunka.com> <20161001154835.76151635@ernst.home> <be8e8f38-b1f5-45df-3284-cd4a7431c315@gjunka.com> <20161001165004.3c9f5e08@ernst.home> <d70f6e60-a3db-2d4e-27b7-e420adae903b@gjunka.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2 Oct 2016 10:53:37 +0000 Grzegorz Junka <list1@gjunka.com> wrote: > > Try putting just start-lumina-desktop in your .xinitrc. Logically, > > that should automatically start every necessary component, including > > fluxbox. > > > > That worked, thanks! I didn't know I should put > start-lumina-desktop instead of just lumina-desktop. > > BTW would you know where should I put "setxkbmap pl" so that it > runs when Lumina starts? For now I have it in .cshrc, so I > have to start the terminal for it to work. > Just put it in .xinitrc before start-lumina-desktop. xinit treats .xinitrc as a shell script, so anything you can run using /bin/sh can be put into .xinitrc, as long as it's in your PATH. However, if setxkbmap doesn't automatically exit, you'll have to run it in the background. See xinit(1) for details. -- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161002145413.7d88d3df>