• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    C
  • License
    Other
  • Created almost 10 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

optional addons to wmutils

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.