aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-09-22 17:38:40 +0530
committersinanmohd <sinan@firemail.cc>2023-09-22 17:55:42 +0530
commit57c70b14a494dfaa05181cdafed8ea8bb979520d (patch)
treebab70d8137dfada2ddca4d4840955fe0f7f957c0 /config.def.h
parent2dd280bbd70d032e940c41ffa738baadd6580c4d (diff)
swallow: revert old patch and connected commits
reverts the following commits - 2b762d51db37f09e0c2b55f25f09adba830309bc. - 63aef569a297ad7be5af07818b15fca40407e740. - 1df76c9893e6314cbea6d112a5d6ad35a99ee7fb. - ab7a170f3f79b1f3afb8002ced4fbfd5aef84d69.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 7c7e97f..d4b4fe0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,10 +13,11 @@ static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
static const int tagcount = 9;
static const Rule rules[] = {
- /* app_id title tags mask isfloating isterm noswallow monitor */
- { "wev", NULL, 0, 0, 0, 1, -1 },
- { "foot", NULL, 0, 0, 1, 0, -1 },
- { "firefox", NULL, 1 << 8, 0, 0, 1, -1 },
+ /* app_id title tags mask isfloating monitor */
+ /* examples:
+ { "Gimp", NULL, 0, 1, -1 },
+ */
+ { "firefox", NULL, 1 << 8, 0, -1 },
};
/* layout(s) */