diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-04-09 10:17:47 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-04-09 10:17:47 +0200 |
commit | e82e5b82d940a28332306ce4ff529caa65a46a0e (patch) | |
tree | 47f7d4de36ec6550ceb012d09e804dcabb8d78a7 | |
parent | 5588a18768114ea6fabf35b1c255bd331b69e7c3 (diff) |
Added hangouts app to config
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ static const Rule rules[] = { { "chromium", "chromium", NULL, 1 << 0, False, -1 }, { "XTerm", "weechat", "weechat", 1 << 1, False, -1 }, + { "chromium", "crx_knipolnnllmklapflnccelgolnpehhpl", NULL, 1 << 1, False, -1}, { "Eclipse", "Eclipse", NULL, 1 << 2, False, -1 }, |