# support library for evilwm.so # this needs a clean X session # use pfwm.pf to run pf as a session manager with pf console # DOC # All windows are accessed through their window id. # In pf this is represented as an integer number. # 'evil-find' will map a window title to a window id. # (FIXME: find a better way to do this, i.e. WM_CLASS like other wms) "evilwm.pfo" pfo # PROBLEM: # deadlock occurs if a window is created in the pf process. # there's probably no clean way around this, other than using # 2 pf processes tethered.. # one way around this is to temporarily run the poll loop in # a thread during startup.