mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +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):
|
||||
def __init__(self, tag, ord, screen='sel', offset=None, width=None, height=None, frames=None):
|
||||
self.tag = tag
|
||||
if ':' in str(ord):
|
||||
screen, ord = ord.split(':', 2)
|
||||
self.ord = str(ord)
|
||||
self.screen = str(screen)
|
||||
self.offset = offset
|
||||
|
Loading…
Reference in New Issue
Block a user