iamer / gdevilspie

Automatically exported from code.google.com/p/gdevilspie
GNU General Public License v3.0
3 stars 1 forks source link

Can't set windows geometry to be from right/top edge #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a geometry property
2. Attempt to set an offset from the right/top edge
3. Realise that there is no such option

What version of the product are you using? On what operating system
gdevilspie v0.5
Ubuntu 10.04.

Please provide any additional information below.
A geometry string of the form WxH+X+Y will position a window at X-pixels from 
the left edge of the screen and Y-pixels from the top of the screen.
A geometry string of the form WxH-X-Y will position a window at X-pixels from 
the right edge of the screen and Y-pixels from the bottom of the screen. 
Entering geometry information in gdevilpie always results in the former form. 
There is no way to position a window relative the bottom/right edge without 
manually editing the .ds file.

Original issue reported on code.google.com by fromwit...@gmail.com on 14 Nov 2010 at 7:09