summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorkorei999 <ju7t1xe@gmail.com>2024-09-18 20:11:22 +0300
committerSquibid <me@zacharyscheiman.com>2025-02-11 23:53:50 -0600
commit5f7804bd6b22bbcaba5e0bd1e21381031a659813 (patch)
tree391aa9eb4f7b623230885382868c115cd196c30c /config.def.h
parent95065adb2a1081d9d1a2ad6a3cdda6f5f80bbb4a (diff)
downloaddwl-5f7804bd6b22bbcaba5e0bd1e21381031a659813.tar.gz
dwl-5f7804bd6b22bbcaba5e0bd1e21381031a659813.tar.bz2
dwl-5f7804bd6b22bbcaba5e0bd1e21381031a659813.zip
implement tearing protocol
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a92e06d..4ca65a9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -33,6 +33,14 @@ static const Rule rules[] = {
{ "firefox_EXAMPLE", NULL, 1 << 8, 0, -1 }, /* Start on ONLY tag "9" */
};
+/* tearing */
+static int tearing_allowed = 1;
+static const ForceTearingRule force_tearing[] = {
+ {.title = "", .appid = "hl_linux"},
+ {.title = "Warcraft III", .appid = ""},
+ {.title = "", .appid = "gamescope"},
+};
+
/* layout(s) */
static const Layout layouts[] = {
/* symbol arrange function */