Hlavní navigace

Názor k článku PekWM od cavo - ad 2) Vďaka. Toto som nevedel. ad 1) Tak...

  • Článek je starý, nové názory již nelze přidávat.
  • 4. 9. 2005 16:06

    cavo (neregistrovaný)
    ad 2) Vďaka. Toto som nevedel.
    ad 1) Tak a na túto tému sa mi dnes podarilo nájsť niečo v .pekwm/autoproperties. Ešte som to nevyskúšal. Už som si asi trošku odvykol od appletov do doku. ;-)

    /*
    Then for some harbour ordering done in it's own "Harbour {}" section.
    This is simple really, but you might want to check the documentation on
    how the positions work.

    Obpager is allways the last dockapp, the cpuload application is the
    first, and wmnd will get placed in the centre.

    Harbour {
    Property = "^obpager,^obpager" {
    Position = "-1"
    }
    Property = ".*,.*cpuload" {
    Position = "1"
    }
    Property = ".*,^wmnd" {
    Position = "0"
    }
    }
    */