• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

man/H04-Oct-2016-178168

LICENSEH A D04-Oct-2016825 1713

MakefileH A D03-May-2022629 4431

README.mdH A D04-Oct-2016916 4127

arg.hH A D04-Oct-20161.2 KiB6447

chwb2.cH A D04-Oct-20163.6 KiB146101

config.mkH A D03-May-2022141 96

util.cH A D04-Oct-20161.8 KiB10278

util.hH A D04-Oct-2016377 1510

wew.cH A D04-Oct-20167.3 KiB280178

wname.cH A D04-Oct-20161 KiB6546

xmmv.cH A D04-Oct-20162.9 KiB151113

README.md

1wmutils' opt
2=============
3
4opt is at set of optional utilities meant to accompany
5[core](https://github.com/wmutils/core).
6
7Just as the core programs, each utility does one job
8and does it well, like dealing with window events or names.
9
10utilities
11---------
12
13opt has less utilities than core, here is a little overview:
14
15* chwb2 - control two different window borders
16* wew   - print window events
17* wname - print a window's name
18* xmmv  - move a window with the mouse
19
20For more information, refer to the programs manpages.
21
22dependencies
23------------
24
25Like core, opt depends only on the XCB library.
26
27license
28-------
29
30This project and all its code is licensed under the [ISC](http://www.openbsd.org/policy.html)
31license. See the LICENSE file.
32
33build & install
34---------------
35
36    $ make
37    # make install
38
39In the file config.mk you can override build options,
40such as the compiler flags or the installation path.
41