Skip to content

wmutils/opt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.