tAdd positioning rule for Evolution, remove for Signal - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit fa77d7328387e397476f80247a4bef116f0bb94c
(DIR) parent c9f25c277841322ad47f19ec6a0931cf3d3944d3
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 10 Jun 2020 10:24:29 +0200
Add positioning rule for Evolution, remove for Signal
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -36,7 +36,7 @@ static const Rule rules[] = {
{ "Tor Browser", NULL, NULL, 0, 5, 1, -1 },
{ "tabbed", NULL, NULL, 1<<1, 0, 0, -1 },
{ "Firefox", NULL, NULL, 1<<1, 0, 0, -1 },
- { "Signal", NULL, NULL, 1<<8, 0, 0, -1 },
+ { "Evolution", NULL, NULL, 1<<7, 0, 0, -1 },
{ NULL, NULL, "video", ~0, 9, 1, -1 },
{ NULL, NULL, "topleft", 0, 1, 1, -1 },
{ NULL, NULL, "topcenter", 0, 2, 1, -1 },