2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2019-10-31 11:30:22 by Frederic Cambus | Files touched by this commit (4) | |
Log message:
coma: update to 1.1.
ChangeLog:
- add configurable frame height
- fix merge/split with new frame-height
- add configurable frame-border
- fixes for border + splits
- change client swap semantics to move
- Allow execution of commands via C-e
- allow binding of keysyms to commands
- add frame-set-directory
- simplify frame_client_move
- Add C-colon
- always update window titles
- add untag command and placeholders for autocomplete
- Let coma take the pwd from the shell if present
- insert new clients after the current one
- Add ability to execute commands on a remote host
- make default font bold and let font be configurable
- use bsd/string.h for strl* family on broken platforms
|
2019-09-23 16:57:12 by Frederic Cambus | Files touched by this commit (1) |
Log message:
coma: fix the build by adding missing build dependency on pkg-config.
OK kamil@
|
2019-08-28 09:11:23 by Frederic Cambus | Files touched by this commit (3) |
Log message:
coma: use MAKE_FLAGS to override MAN_DIR.
There is no need to patch MAN_DIR in upstream Makefile.
Pointed out by wiz@, thanks!
|
2019-08-19 14:31:24 by Frederic Cambus | Files touched by this commit (3) |
Log message:
coma: allow overriding MAN_DIR, and set it to "${PREFIX}/${PKGMANDIR}".
Pointed out by leot@, thanks!
|
2019-08-16 16:07:27 by Frederic Cambus | Files touched by this commit (5) |
Log message:
wm/coma: import coma-1.0.
Coma is a minimalistic X11 Window Manager.
It has 2 framing modes: default, large. Only one can be active at a given
time and is specified at startup time:
- Default means it will split up your screen into columns just large enough
to fit 80 column xterms.
- Large means it will calculate the frames based on 161 column xterms (so
one can use tmux and split it to get 80 columns in each pane).
OK kamil@
|