]> git.sur5r.net Git - i3/i3/commit
Display i3-nagbar when commands lead to an error
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Aug 2012 15:43:00 +0000 (17:43 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Aug 2012 15:45:09 +0000 (17:45 +0200)
commitcc7f16007a21a3e105d6b093be615a574e0d486c
tree5ab2a5cb894f77154f370d16134fdb420adfa8ee
parent9191b569242c96e12762951fe049d40a03342bcd
Display i3-nagbar when commands lead to an error

e.g. pressing Mod1+x when having the following in your configfile:

    bindsym Mod1+x some invalid command

will lead to an i3-nagbar instance popping up, offering you to view the
error log (which will contain parser errors from this commit on).
generate-command-parser.pl
include/all.h
include/key_press.h [new file with mode: 0644]
src/commands.c
src/commands_parser.c
src/handlers.c
src/key_press.c [new file with mode: 0644]
src/util.c
testcases/t/187-commands-parser.t