./wm/wmutils-core, Window Manipulation Utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7, Package name: wmutils-core-1.7, Maintainer: pkgsrc-users

wmutils is a a set of Window Manipulation Utilities.
Its purpose is to separate all the vital functions
of a window manager into separate pieces.

Using these tools, you can build your own window manager
as a shell script. Think of wmutils as coreutils for X11.


Required to run:
[x11/libxcb]

Required to build:
[x11/xproto] [x11/xcb-proto] [pkgtools/cwrappers]

Master sites:

Filesize: 11.996 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-28 18:12:04 by pin | Files touched by this commit (3) | Package updated
Log message:
wm/wmutils-core: update to 1.7

-Add manpage for pdw(1)
   2022-02-11 10:47:34 by pin | Files touched by this commit (4) | Package updated
Log message:
wm/wmutils-core: update to 1.6

Bumping four versions, see upstream for changes,
too many to list here.
   2021-10-26 13:25:22 by Nia Alarie | Files touched by this commit (106)
Log message:
wm: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:05:15 by Nia Alarie | Files touched by this commit (106)
Log message:
wm: Remove SHA1 hashes for distfiles
   2017-09-06 12:40:36 by Thomas Klausner | Files touched by this commit (136)
Log message:
Comment out dead sites.
   2016-06-12 01:07:14 by Kamil Rytarowski | Files touched by this commit (4)
Log message:
Import wmutils-core-1.2 as wm/wmutils-core

wmutils is a a set of Window Manipulation Utilities.
Its purpose is to separate all the vital functions
of a window manager into separate pieces.

Using these tools, you can build your own window manager
as a shell script. Think of wmutils as coreutils for X11.

Here is the list of the core utilities composing wmutils:

chwb: change window's border
chwso: change window's stacking order
ignw: ignore/unignore window
killw: kill windows
lsw: list windows
mapw: map/unmap windows
pfw: print focused window
wattr: show window's attributes
wmp: move the mouse pointer
wmv: move a window
wrs: resize a window
wtf: focus a window
wtp: teleport a window

Originally packaged in pkgsrc-wip by Mateusz Poszwa.