THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#919 - Xfce4-panel at right side of left screen goes under windows
User who did this - Rena Kunisaki (Rena)
----------
$ xdpyinfo -ext XINERAMA | tail -10
visual id: 0x74
class: TrueColor
depth: 32 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff0000, 0xff00, 0xff
significant bits in color specification: 8 bits
XINERAMA version 1.1 opcode: 151
head #0: 1680x1050 @ 1920,0
head #1: 1920x1080 @ 0,0
$ echo 'local r = "" for s=1, screen.count() do r = r .. tostring(s)..":\n" for k,v in
pairs(screen[s].geometry) do r = r .. " " .. tostring(k) .. ": " .. tostring(v) .. "\n" end end
return r' | awesome-client
string "1:
y: 0
x: 1920
height: 1050
width: 1680
2:
y: 0
x: 0
height: 1080
width: 1920
"
$ echo 'local r = "" for s=1, screen.count() do r = r .. tostring(s)..":\n" for k,v in
pairs(screen[s].workarea) do r = r .. " " .. tostring(k) .. ": " .. tostring(v) .. "\n" end end
return r' | awesome-client
string "1:
y: 0
x: 1920
height: 1050
width: 1680
2:
y: 19
x: 32
height: 1061
width: 1888
"
$ echo 'local function p(o) local s = o:struts() local t = s.left + s.right + s.top + s.bottom if t == 0 then return
"" end return ("%s(%s) screen(%d) %d %d %d %d\\n"):format(tostring(o), o.name or
"unknown", o.screen, s.left, s.right, s.top, s.bottom) end ret = "" for k, v in pairs(client.get())
do ret = ret .. p(v) end for k, v in pairs(root.wiboxes()) do ret = ret .. p(v) end return ret' | awesome-client
string "client: 0xcda288(xfce4-panel) screen(2) 32 0 0 0\nwibox: 0x9c59f8(unknown)
screen(2) 0 0 19 0\n"
----------
One or more files have been attached.
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=919#comment2692
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].