From 453128ee0ef5414fc88845be06230deb908e63ce Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:09:10 +0100 Subject: [PATCH] examples/readme: mention tearing --- README.md | 1 + example/hyprland.conf | 3 +++ src/config/defaultConfig.hpp | 3 +++ 3 files changed, 7 insertions(+) diff --git a/README.md b/README.md index b16019f0..10577c74 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ easy IPC, much more QoL stuff than other wlr-based compositors and more... - Much more QoL stuff than other wlr-based compositors - Custom bezier curves for the best animations - Powerful plugin support +- Tearing support for better gaming performance - Easily expandable and readable codebase - Fast and active development - Not scared to provide bleeding-edge features diff --git a/example/hyprland.conf b/example/hyprland.conf index 895a44f2..d28b8463 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -49,6 +49,9 @@ general { col.inactive_border = rgba(595959aa) layout = dwindle + + # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on + allow_tearing = false } decoration { diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 1793b4a1..6c30e19c 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -58,6 +58,9 @@ general { col.inactive_border = rgba(595959aa) layout = dwindle + + # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on + allow_tearing = false } decoration {