portable version of OpenBSD's cwm(1) window manager
Go to file
oga 3de90d44fc Add a new command (currently no default keybindings for it), grouponly[1-9].
This works like the group select binding, but hides all other groups.

So, the people who've been complaining that they don't get "virtual
desktops" in cwm may want to try this out in cwmrc (from memory, untested):

---

#cwmrc

# add new windows to the current group
set sticky

# automatically sticky windows. xclock for now.
# to make more windows sticky use group_toggle to unset their group
autogroup 0 xclock

# make the group selection keys hide other groups, emulate virtual desktops
bind CM-1 grouponly1
bind CM-2 grouponly2
bind CM-3 grouponly3
bind CM-4 grouponly4
bind CM-5 grouponly5
bind CM-6 grouponly6
bind CM-7 grouponly7
bind CM-8 grouponly8
bind CM-9 grouponly9

---

mostly by sthen, tweaks from me.

ok todd@, "if it works i'm ok with it" okan@, ok sthen@
2009-05-14 16:24:04 +00:00
calmwm.c properly teardown X connection upon quit; static a few while here, 2009-04-15 14:01:45 +00:00
calmwm.h Add a new command (currently no default keybindings for it), grouponly[1-9]. 2009-05-14 16:24:04 +00:00
client.c passing a null pointer to free() is valid; sprinkle a few free->xfree. 2009-01-23 20:47:45 +00:00
conf.c Add a new command (currently no default keybindings for it), grouponly[1-9]. 2009-05-14 16:24:04 +00:00
cwm.1 remove leftover from mdoc.samples; ok jmc@ 2009-02-07 16:59:11 +00:00
cwmrc.5 Add a new command (currently no default keybindings for it), grouponly[1-9]. 2009-05-14 16:24:04 +00:00
font.c better cast; noticed by ray@ 2009-01-13 15:25:43 +00:00
group.c Add a new command (currently no default keybindings for it), grouponly[1-9]. 2009-05-14 16:24:04 +00:00
headers.h we include sys/param.h, so remove sys/types.h; sort while here. 2009-04-12 23:51:10 +00:00
input.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
kbfunc.c Add a new command (currently no default keybindings for it), grouponly[1-9]. 2009-05-14 16:24:04 +00:00
LICENSE All of the 9wm code in cwm has been removed or re-written. Edit LICENSE 2008-01-16 16:14:55 +00:00
Makefile library dependency ordering matters for static archs, -lXext last in this case 2009-01-19 20:23:19 +00:00
menu.c - avoid shadowed Mask declaration in menu_filter 2009-03-28 16:38:54 +00:00
mousefunc.c don't sync more than 60 times per sec on resize and move; idea from scrotwm. 2009-04-15 14:10:07 +00:00
parse.y add 'moveamount' to cwmrc; it sets keyboard movement amount, making 2009-02-07 21:07:00 +00:00
README hit it with the knf stick. 2008-04-15 20:24:41 +00:00
screen.c - add missing prototypes. 2009-01-15 00:32:35 +00:00
search.c Display the current window title not a previous one in the case of 2008-09-22 14:15:03 +00:00
TODO remove "search should ignore the current window" from list, for the 2009-01-06 00:41:09 +00:00
util.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
xevents.c fix the other 50% of xrandr cases; reported by sthen@ 2009-05-01 17:50:20 +00:00
xmalloc.c spacing, declaration lineup to be consistent throughout cwm, 2008-07-11 14:21:28 +00:00
xutil.c One of the most annoying things to do was restart cwm and lose all of 2009-01-27 00:42:53 +00:00

--------------------------------------------------------------------------------
cwm release three
--------------------------------------------------------------------------------
   by Marius Aamodt Eriksen <marius@monkey.org>
   contributions by Andy Adamson <dros@monkey.org>,
                    Niels Provos <provos@monkey.org>,
                    Martin Murray <mmurray@monkey.org>,
                    Dimitris Economou <dimeco@stanford.edu> &
                    Antti Nykänen <aon@iki.fi>.

   http://monkey.org/~marius/cwm

DESCRIPTION

   cwm is a window manager initially inspired by evilwm[1].  It
   developed out of modifications to evilwm, but eventually the code
   base of evilwm did not accomodate well for the new features added.
   So calmwm was written from scratch.

   Its main goal is to be as efficient as possible, while providing
   a very clean, simple & attractive aesthetic.

   cwm has several novel features, including the ability to search
   for windows.

HIGHLIGHTS IN RELEASE TWO

   * Improved alt-tabbing, including the ability to reverse cycle.
   * Display of a context menu when alt-tabbing, showing the previous,
     current and next window in the cycle order.
   * Much improved ranking in search.
   * In search-menus, the ability to list every item.

HIGHLIGHTS IN RELEASE THREE

   * More search ranking improvements
   * Many contributions by Antti Nykänen: keyboard binding "i18n",
     show window labels in minimized window menu, automatic window
     grouping, MWM hints support & some bug fixes.
   * Xft support & the addition of the -f flag (see manpage).

INSTALL

   ./configure
   make
   su
   make install

DOCUMENTATION

   See the manpage cwm(1).

LICENSE

   cwm is distributed under a BSD like license. Please see the LICENSE
   file or the top of any source file for more information.

[1] http://evilwm.sourceforge.net/