Commit graph

7 commits

Author SHA1 Message Date
nia
4cec9174c0 coma: needs libbsd on Linux 2021-05-14 10:57:51 +00:00
leot
953ab724e1 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
fcambus
e1709bd05a 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-10-31 10:30:22 +00:00
fcambus
bb3be8077b coma: fix the build by adding missing build dependency on pkg-config.
OK kamil@
2019-09-23 14:57:12 +00:00
fcambus
1b890b3ac8 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-28 07:11:23 +00:00
fcambus
00e4e0b13a coma: allow overriding MAN_DIR, and set it to "${PREFIX}/${PKGMANDIR}".
Pointed out by leot@, thanks!
2019-08-19 12:31:23 +00:00
fcambus
7483f886b7 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@
2019-08-16 14:07:27 +00:00