summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-06-10 00:46:37 +0100
committerrafa_99 <rafa99@protonmail.com>2020-06-10 00:46:37 +0100
commitf2fd38fb84f1d146413659d7efa51fd83592a90a (patch)
tree00efe3628938cd8517790676e5d0221fc08b6728 /config.h
parent1f82098f78d5f0bb9b566a8f119f21f873cea348 (diff)
Now it swallows
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.h b/config.h
index 65a4319..4c828b9 100644
--- a/config.h
+++ b/config.h
@@ -4,6 +4,7 @@
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
+static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const unsigned int gappih = 12; /* horiz inner gap between windows */
static const unsigned int gappiv = 12; /* vert inner gap between windows */
static const unsigned int gappoh = 12; /* horiz outer gap between windows and screen edge */
@@ -28,8 +29,9 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating monitor */
- { NULL, NULL, NULL, 0, False, -1 },
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
+ { NULL, NULL, NULL, 0, False, 0, 0, -1 },
+ { "st", NULL, NULL, 0, False, 1, -1, -1 },
};
/* layout(s) */