summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-05-01 09:56:34 -0400
committerSkullheadx <admonty1@protonmail.com>2026-05-01 09:56:34 -0400
commit490fed422a7c20f4d6fecc6fa0c2b95341520a03 (patch)
tree75d8247f99bbaa9a8a09e8652e10851439c9b4dd /config.h
parentscratchpad (diff)
downloaddwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.tar.gz
dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.tar.bz2
dwm-490fed422a7c20f4d6fecc6fa0c2b95341520a03.zip
swallow
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.h b/config.h
index 4395dca..ab7d351 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 5; /* border pixel of windows */
+static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
@@ -26,9 +26,10 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask isfloating monitor */
- { "Gimp", NULL, NULL, 0, 1, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
+ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
+ { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
+ { "st", NULL, NULL, 0, 0, 1, 1, -1 },
};
/* layout(s) */