summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-29 21:43:45 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-29 21:43:45 -0400
commit94b241e4e84ca01eb77c7c7c29c9300f5c337694 (patch)
treebc6af5f6818e64ece9c7012e1613cf72dd6b5a1b
parent1d39e08012147afe3480c3604df100d6f3ac573b (diff)
Layout icon spacing and Kite copilot rules
-rw-r--r--config.def.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index 1a010b0..a01350e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -46,6 +46,8 @@ static const Rule rules[] = {
{ "youtube", NULL, NULL, 0, 1, 1, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1 }, /* xev */
{ "R_x11", NULL, NULL, 0, 0, 1, 0, 1, -1 }, /* R popup */
+ { NULL, NULL, "Kite", 0, 0, 0, 0, 1, -1 },
+ { "Arandr", NULL, NULL, 0, 1, 1, 0, 0, -1 },
};
/* include functions */
@@ -59,12 +61,12 @@ static const int resizehints = 0; /* 1 means respect size hints in tiled resi
static const Layout layouts[] = {
/* symbol arrange function */
- { " ", tile }, /* first entry is default */
- { " ", NULL }, /* no layout function means floating behavior */
- { " ", monocle },
- { " ", centeredmaster },
- { " ", centeredfloatingmaster },
- { " ", gaplessgrid },
+ { "  ", tile }, /* first entry is default */
+ { "  ", NULL }, /* no layout function means floating behavior */
+ { "  ", monocle },
+ { "  ", centeredmaster },
+ { "  ", centeredfloatingmaster },
+ { "  ", gaplessgrid },
};
/* key definitions */