|
|
Subscribe / Log in / New account

Has KDE 4 caught up with KDE 3 yet?

Has KDE 4 caught up with KDE 3 yet?

Posted Apr 17, 2010 23:04 UTC (Sat) by nybble41 (subscriber, #55106)
In reply to: Has KDE 4 caught up with KDE 3 yet? by nix
Parent article: Aaron Seigo on the Future of KDE (Datamation)

I'm not sure how one would go about maximizing a window under KWin via DBUS, but you can do it easily under a variety of EWMH-compliant window-managers (including KWin and FVWM) with wmctrl <http://tripie.sweb.cz/utils/wmctrl/>:

wmctrl -i -r 0x04000016 -b add,maximized_vert,maximized_horz

In addition to the window ID (-i), as shown above, you can also select the target window by WM_CLASS (-x) or title (default). You can also control other flags, such as 'sticky', 'above', 'shaded' and 'hidden', move and resize windows, switch virtual desktops, and change the focus.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds