mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
README: update
This commit is contained in:
parent
3a570bb679
commit
9fb725f417
8
README
8
README
@ -121,6 +121,14 @@ Changes made between OpenBSD 6.4 and 6.5
|
||||
* Introduced 'group-close-[n]' action to cwm(1) to close all windows
|
||||
within a specified group.
|
||||
|
||||
2020-05-22: Seventh public release 6.7 of portable cwm.
|
||||
|
||||
Changes made between OpenBSD 6.6 and 6.7
|
||||
* Allowed cwm(1) configuration of window size based on percentage of
|
||||
the master window during horizontal and vertical tiling actions.
|
||||
* Allowed use of window-htile and window-vtile with the "empty" group
|
||||
clients in cwm(1).
|
||||
|
||||
|
||||
--Leah Neukirchen <leah@vuxu.org>
|
||||
|
||||
|
2
calmwm.c
2
calmwm.c
@ -44,7 +44,7 @@ struct screen_q Screenq = TAILQ_HEAD_INITIALIZER(Screenq);
|
||||
struct conf Conf;
|
||||
volatile sig_atomic_t cwm_status;
|
||||
|
||||
__dead void usage(void);
|
||||
void usage(void);
|
||||
static void sighdlr(int);
|
||||
static int x_errorhandler(Display *, XErrorEvent *);
|
||||
static int x_init(const char *);
|
||||
|
Loading…
Reference in New Issue
Block a user