WMIface

A KDE Window Manager DCOP Interface
Download

WMIface Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Lubos Lunak
  • Publisher web site:
  • http://www.kde-apps.org/content/show.php/3.5.x+Xinerama+improvements?content=40586

WMIface Tags


WMIface Description

A KDE Window Manager DCOP Interface WMIface is a KDE Window Manager DCOP Interface.This KDED module allows DCOP scripting of the running window manager (usually KWin, but a separate module allows scripting any EWMH-compatible window manager that's running in KDE). .Three examples: Launch Konqueror showing http://kde.org, close it after 10 seconds konqueror http://dot.kde.org --name dotkonqueror &sleep 10window=$(dcop kded wmiface findNormalWindows "" "dotkonqueror Konqueror" "" "" 0 false)dcop kded wmiface closeWindow $window Cycle virtual desktops slowly while true; do sleep 10 desktop=$(dcop kded wmiface currentDesktop) total=$(dcop kded wmiface numberOfDesktops) if test $desktop = $total; then dcop kded wmiface setCurrentDesktop 1 else dcop kded wmiface setCurrentDesktop $(( desktop + 1 )) fi done Minimize all KWrite windows dcop kded wmiface findNormalWindows "" " Kwrite" "" "" 0 false | while read ln; do dcop kded wmiface minimize $ln done What's New in This Release: · Support for Qt4 versions older than 4.4.0


WMIface Related Software