Tomas-M / xlunch

Graphical app launcher for X with minimal dependencies
http://xlunch.org
GNU General Public License v3.0
219 stars 37 forks source link

Remove commandline and icontext #82

Closed Vitalic66 closed 6 years ago

Vitalic66 commented 6 years ago

Hallo,

i'd like to use xlunch as desktop on my RPi3. I use it as carputer. I just need to launch 3 to 4 apps (Openauto, Kodi, maybe Firefox).

So i would like to have a launcher with 2 x 2 icons.

An option for the config would be great to set these 2 options.

Tomas-M commented 6 years ago

There is --columns 2 --rows 2

PMunch commented 6 years ago

Not entirely sure what you mean. If you set --rows 2 and --columns 2 you will get a 2x2 grid. If you run it with --desktop and --dontquit it will run as your desktop (and be under any open windows) and don't quit when you run something. If you want to remove the prompt text you can do --noprompt. Getting rid of icon text is a bit trickier. First you need to not specify any text for any of your icons, and then you set the font to any valid font with fontsize 0 and set --textpadding 0. Maybe that should be made a switch as well..

Tomas-M commented 6 years ago

closing for no feedback