From 5f7804bd6b22bbcaba5e0bd1e21381031a659813 Mon Sep 17 00:00:00 2001 From: korei999 Date: Wed, 18 Sep 2024 20:11:22 +0300 Subject: implement tearing protocol --- config.def.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.def.h') 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 */ -- cgit v1.2.1