Wmctrl: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m convert special characters (via WP:JWB)
Pabloab (talk | contribs)
Moved external links to its section
Line 52: Line 52:
==References==
==References==
<references/>
<references/>
* [http://standards.freedesktop.org/wm-spec/wm-spec-latest.html Extended Window Manager Hints (EWMH)]
* [http://blackboxwm.sourceforge.net/NetWM NetWM]


==External links==
==External links==
* {{Official website}}
* {{Official website}}
* [http://standards.freedesktop.org/wm-spec/wm-spec-latest.html Extended Window Manager Hints (EWMH)]
* [http://blackboxwm.sourceforge.net/NetWM NetWM]


{{XWinSys}}
{{XWinSys}}

Revision as of 20:14, 21 January 2022

wmctrl is a command used to control windows in EWMH- and NetWM-compatible X Window window managers. Some of its common operations are list, resize, and close window. It also has the ability to interact with virtual desktops and give information about the window manager. wmctrl is a command-line program, however, it has some functions that allow the mouse to select a window for an operation.[1]

Operations

wmctrl operations[1]

  • List all desktops
  • List all windows
  • Switch desktop of a window
  • Close window
  • Resize window
  • Move window
  • Set window's icon name
  • Set window title
  • Add, remove, or toggle windows properties
    • modal
    • sticky
    • maximized_vert
    • maximized_horz
    • shaded
    • skip_taskbar
    • skip_pager, hidden
    • fullscreen
    • above
    • below
  • Move window to another desktop
  • Change geometry (common size) of desktops
  • Display information about the window manager
  • Change number of desktops

Compatible window managers

Compatible, or mostly compatible, window managers[2]

References

  1. ^ a b man wmctrl(1)
  2. ^ wmctrl Home page
  3. ^ Koen Vervloesem (2009-08-04). "Mutter: a window manager for GNOME 3".

External links