Example #1
0
 def remove(self):
     tile.update_client_removal(self)
     debug('Disconnecting from %s' % self)
     event.disconnect('ConfigureNotify', self.parentid)
     event.disconnect('PropertyNotify', self.wid)
     event.disconnect('FocusIn', self.wid)
     event.disconnect('FocusOut', self.wid)
Example #2
0
 def remove(self):
     if config.tiles_below and not self.floating:
         ewmh.request_wm_state_checked(self.wid, 0, util.get_atom("_NET_WM_STATE_BELOW")).check()
     tile.update_client_removal(self)
     debug("Disconnecting from %s" % self)
     event.disconnect("ConfigureNotify", self.parentid)
     event.disconnect("PropertyNotify", self.wid)
     event.disconnect("FocusIn", self.wid)
     event.disconnect("FocusOut", self.wid)
Example #3
0
 def remove(self):
     if config.tiles_below and not self.floating:
         ewmh.request_wm_state_checked(
             self.wid, 0, util.get_atom('_NET_WM_STATE_BELOW')).check()
     tile.update_client_removal(self)
     debug('Disconnecting from %s' % self)
     event.disconnect('ConfigureNotify', self.parentid)
     event.disconnect('PropertyNotify', self.wid)
     event.disconnect('FocusIn', self.wid)
     event.disconnect('FocusOut', self.wid)