Wayland, GNOME Shell and arbtt

Tomasz Miąsko tomasz.miasko at gmail.com
Sat Dec 23 09:13:50 CET 2017


Hi,

On Fri, Dec 22, 2017 at 09:59:45PM +0100, Joachim Breitner wrote:
> I did this now:
> https://github.com/nomeata/arbtt/commit/448967e02371f79184e6a915bea38de0bb9ea8f4

Wow, that was fast! I left some comments (in the form of pull requests).

It would be nice to ensure that format of arbtt-dump and arbtt-import is
exactly the same, so that you can pipe them together as follows:

  arbtt-dump -t JSON -f a.log | arbtt-import -a -t JSON -f b.log

Currently they differ in one small respect. arbtt-dump wraps everything
in an array, i.e., it starts file with '[', ends file with ']', and
interposes ',' in-between the entries. On the other hand arbtt-import
doesn't expect any of those.

Thanks,
Tomasz




More information about the arbtt mailing list