mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
Fix another pygmi Xinerama bug.
This commit is contained in:
parent
c26f563c55
commit
1200780e39
@ -238,6 +238,8 @@ class liveprop(object):
|
|||||||
class Area(object):
|
class Area(object):
|
||||||
def __init__(self, tag, ord, screen='sel', offset=None, width=None, height=None, frames=None):
|
def __init__(self, tag, ord, screen='sel', offset=None, width=None, height=None, frames=None):
|
||||||
self.tag = tag
|
self.tag = tag
|
||||||
|
if ':' in str(ord):
|
||||||
|
screen, ord = ord.split(':', 2)
|
||||||
self.ord = str(ord)
|
self.ord = str(ord)
|
||||||
self.screen = str(screen)
|
self.screen = str(screen)
|
||||||
self.offset = offset
|
self.offset = offset
|
||||||
|
Loading…
Reference in New Issue
Block a user