diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-03-12 08:33:17 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-03-12 15:02:53 +0530 |
commit | 1df76c9893e6314cbea6d112a5d6ad35a99ee7fb (patch) | |
tree | 7be471770a5534f6d531ac2c2844e445f4b5e227 | |
parent | 63aef569a297ad7be5af07818b15fca40407e740 (diff) |
swallow: specify window rule for terminal
-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 }, }; |