X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fkey_press.h;h=b231b8f5b4d34ba027ff1dc80c0a922c28720fe8;hb=6241419c86602a999a4766c24edb7b884395e433;hp=417843a10fbea0c1a5e7c202539d7811e53f36e3;hpb=13147978c50b4efa5b4eb0b65d8175aa596a76fe;p=i3%2Fi3 diff --git a/include/key_press.h b/include/key_press.h index 417843a1..b231b8f5 100644 --- a/include/key_press.h +++ b/include/key_press.h @@ -10,6 +10,8 @@ #ifndef I3_KEY_PRESS_H #define I3_KEY_PRESS_H +extern pid_t command_error_nagbar_pid; + /** * There was a key press. We compare this key code with our bindings table and pass * the bound action to parse_command().