wmutils / opt

optional addons to wmutils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

optional addons to wmutils

License:Other


Languages

Language:C 96.6%Language:Makefile 3.4%