Tomas-M / xlunch

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

Add commandline option to position icons as well #15

Closed l-e-e-o closed 7 years ago

l-e-e-o commented 7 years ago

So my monitor setup looks like this:

       +---+
+-----+|   |
|  1  || 2 |
+-----+|   |
       +---+

xlunch detects this as a 1920x(1920+1200) screen, which is fine, because I want to display xlunch on both monitors. The problem is, that there are two sections of this "screen" which are not visible (above and below monitor 1). Although I can place the prompt lower on the "screen" so it lands in monitor 1 with -t, the icons remain in the invisible section above monitor 1.

I propose two changes:

Tomas-M commented 7 years ago

-b won't help you?

l-e-e-o commented 7 years ago

It definitely would if I could specify each direction seperately (e.g. -b <north>,<east>,<south>,<west>)

Tomas-M commented 7 years ago

What about specifying -a 0 -e 100 -y 1920 -z 900 ?

l-e-e-o commented 7 years ago

This only works on a single screen and I need to statically specify the background image. Using -r causes a segfault.

Tomas-M commented 7 years ago

OK please try newest release with -T parameter. Is this what you wanted? :)

Tomas-M commented 7 years ago

Closing due to lack of feedback.