diff options
author | vaxerski <[email protected]> | 2022-04-18 13:31:30 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-18 13:31:30 +0200 |
commit | 4154f3a1cacc85c32c02ab7bed3a67687c849468 (patch) | |
tree | 9aa3045f2f15bd81acc432e555953a8ac6508519 /example | |
parent | cec248d176f658e91281711de83cca583ef64cab (diff) | |
download | Hyprland-4154f3a1cacc85c32c02ab7bed3a67687c849468.tar.gz Hyprland-4154f3a1cacc85c32c02ab7bed3a67687c849468.zip |
default damage_tracking to monitor
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index b1e866b5..244f46e7 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -27,7 +27,7 @@ general { col.active_border=0x66ee1111 col.inactive_border=0x66333333 - damage_tracking=none # experimental, might have bugs! + damage_tracking=monitor # experimental, monitor is 99% fine, but full might have bugs! } decoration { |