aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-04-08 21:12:32 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-04-08 21:12:32 -0500
commit29a2b647b27e5314fa1b9cb6158eb95cfb0bc405 (patch)
treec41b9bbe262c40b67cc4aab3afe0ab7f3b467097 /config.def.h
parentdd0b8e4c371841761818b1182fcea1e8bd495676 (diff)
parentc00697e6438164e08baacc309b3dcdb727053aeb (diff)
Merge remote-tracking branch 'djpohly/main' into HEAD
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/config.def.h b/config.def.h
index 9bdf8b5..190b0da 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,8 +13,8 @@ static const Rule rules[] = {
/* app_id title tags mask isfloating monitor */
/* examples:
{ "Gimp", NULL, 0, 1, -1 },
- { "firefox", NULL, 1 << 8, 0, -1 },
*/
+ { "firefox", NULL, 1 << 8, 0, -1 },
};
/* layout(s) */
@@ -25,16 +25,14 @@ static const Layout layouts[] = {
{ "[M]", monocle },
};
-/* monitors
- * The order in which monitors are defined determines their position.
- * Non-configured monitors are always added to the left. */
+/* monitors */
static const MonitorRule monrules[] = {
- /* name mfact nmaster scale layout rotate/reflect x y */
+ /* name mfact nmaster scale layout rotate/reflect */
/* example of a HiDPI laptop monitor:
- { "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0 },
+ { "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
*/
/* defaults */
- { NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0 },
+ { NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL },
};
/* keyboard */
@@ -43,6 +41,7 @@ static const struct xkb_rule_names xkb_rules = {
/* example:
.options = "ctrl:nocaps",
*/
+ .options = "",
};
static const int repeat_rate = 25;