You are not logged in.
I've found this thread: https://forum.xfce.org/viewtopic.php?id=8369
But there is no answer. Is it possible to do?
Offline
Taking a quick look through the code, I don't think so. It appears to work on percentages, not pixels.
EDIT: Not sure if this will help you, but you can have some control over the top/left (x,y) position of the panel. Each panel has a "position" parameter:
xfconf-query -c xfce4-panel -p /panels/panel-1/position
The "p" is the position and is defined as:
p=0: free position
p=1: right border
p=2: upper right corner
p=4: bottom right corner
p=5: left border
p=6: upper left corner
p=8: bottom left corner
p=11: upper border
p=12: bottom border
If p is one of 2,4,6,8, it is in one of the corners and the x and y values are ignored.
If p is one of 1,5 (side border), the y value is used.
If p is one of 11,12 (top/bottom border), the x value is used.
Only in a situation where p=0 (free-standing) are both x and y used.
You can manipulate the x,y values using the Settings Editor or directly via xfconf-query.
Last edited by ToZ (2015-03-25 18:10:08)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.005 seconds, 8 queries executed - Memory usage: 523.22 KiB (Peak: 524.06 KiB) ]