ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] epist


From: fubarbaz
Subject: [RP] epist
Date: Sun May 25 21:59:01 2003

abt epist:
to get epist to work w/ non-NETWM winmgr (i.e. RP), you need to change the 
following line in screen.cc:

**82, screen.cc
    // find a window manager supporting NETWM, waiting for it to load if we must
    int count = 20;  // try for 20 seconds
--  _managed = true;
    while (! (_epist->doShutdown() || _managed || count <= 0)) {
      if (! (_managed = findSupportingWM()))

    // find a window manager supporting NETWM, waiting for it to load if we must
    int count = 20;  // try for 20 seconds
++  _managed = true;
    while (! (_epist->doShutdown() || _managed || count <= 0)) {
      if (! (_managed = findSupportingWM()))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]