aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-03-12 08:33:17 +0530
committersinanmohd <pcmsinan@gmail.com>2023-03-12 15:02:53 +0530
commit1df76c9893e6314cbea6d112a5d6ad35a99ee7fb (patch)
tree7be471770a5534f6d531ac2c2844e445f4b5e227 /config.def.h
parent63aef569a297ad7be5af07818b15fca40407e740 (diff)
swallow: specify window rule for terminal
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
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 },
};