1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: wmctrl
Section: x11
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Jeroen Schot <schot@a-eskwadraat.nl>
Build-Depends: debhelper-compat (= 13),
libglib2.0-dev,
libx11-dev,
libxmu-dev,
x11proto-dev,
libxpm-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/salvage-team/wmctrl
Vcs-Git: https://salsa.debian.org/salvage-team/wmctrl.git
Homepage: https://github.com/Conservatory/wmctrl
Rules-Requires-Root: no
Package: wmctrl
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: control an EWMH/NetWM compatible X Window Manager
Wmctrl is a command line tool to interact with an
EWMH/NetWM compatible X Window Manager (examples include
Enlightenment, icewm, kwin, metacity, and sawfish).
.
Wmctrl provides command line access to almost all the features
defined in the EWMH specification. For example it can maximize
windows, make them sticky, set them to be always on top. It can
switch and resize desktops and perform many other useful
operations.
|