diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 46b6459..4863daa 100644 --- a/config.def.h +++ b/config.def.h @@ -16,6 +16,7 @@ static const Rule rules[] = { /* examples: { "Gimp", NULL, 0, 1, 0, 1, -1 }, */ + { "foot", NULL, 0, 0, 1, 0, -1 }, { "firefox", NULL, 1 << 8, 0, 0, 1, -1 }, }; |