Skip to content

wmutils/opt

Folders and files

NameName
Last commit message
Last commit date
Jul 1, 2020
Jul 7, 2016
Sep 9, 2024
May 17, 2017
Dec 17, 2014
Jan 3, 2021
Sep 27, 2016
Feb 1, 2017
Dec 17, 2014
Dec 17, 2014
Nov 13, 2019
Nov 6, 2019
May 18, 2017
May 13, 2017

Repository files navigation

wmutils' opt

opt is a set of optional utilities meant to accompany core.

Just as the core programs, each utility does one job and does it well, like dealing with window events or names.

utilities

opt has less utilities than core, here is a little overview:

  • chwb2 - control two different window borders
  • wew - print window events
  • wname - print a window's name
  • xmmv - move a window with the mouse
  • xmrs - resize a window with the mouse

For more information, refer to the programs manpages.

dependencies

Like core, opt depends only on the XCB library.

license

This project and all its code is licensed under the ISC license. See the LICENSE file.

build & install

$ make
# make install

In the file config.mk you can override build options, such as the compiler flags or the installation path.