diff options
author | vaxerski <[email protected]> | 2022-04-17 11:50:59 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-17 11:50:59 +0200 |
commit | a935e4f9853f4ec3a4bd3dbca149115648d325a7 (patch) | |
tree | 232679372bc3b27c6e1dec9b049dc48358168866 /example | |
parent | c8721baa5ac0b864932eb7a8e68f69ddac85363b (diff) | |
download | Hyprland-a935e4f9853f4ec3a4bd3dbca149115648d325a7.tar.gz Hyprland-a935e4f9853f4ec3a4bd3dbca149115648d325a7.zip |
Disable damage tracking by default
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index a698f3ab..b1e866b5 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -26,6 +26,8 @@ general { border_size=2 col.active_border=0x66ee1111 col.inactive_border=0x66333333 + + damage_tracking=none # experimental, might have bugs! } decoration { |