diff options
author | korei999 <ju7t1xe@gmail.com> | 2024-09-18 20:11:22 +0300 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-02-11 23:53:50 -0600 |
commit | 5f7804bd6b22bbcaba5e0bd1e21381031a659813 (patch) | |
tree | 391aa9eb4f7b623230885382868c115cd196c30c /config.def.h | |
parent | 95065adb2a1081d9d1a2ad6a3cdda6f5f80bbb4a (diff) | |
download | dwl-5f7804bd6b22bbcaba5e0bd1e21381031a659813.tar.gz dwl-5f7804bd6b22bbcaba5e0bd1e21381031a659813.tar.bz2 dwl-5f7804bd6b22bbcaba5e0bd1e21381031a659813.zip |
implement tearing protocol
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 8 |
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 */ |