diff options
author | vaxerski <[email protected]> | 2022-05-31 21:05:46 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-05-31 21:05:46 +0200 |
commit | 471654d791abb1ea6c4740572fda6df53e6b24bf (patch) | |
tree | 01722dfe28b28d29334c4b22703f0d190381fb53 /example | |
parent | 679e36d82e6c8d165caf4b0ba0ad34d7e77de686 (diff) | |
download | Hyprland-471654d791abb1ea6c4740572fda6df53e6b24bf.tar.gz Hyprland-471654d791abb1ea6c4740572fda6df53e6b24bf.zip |
remove monitor recommended dt from config
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 9284a79d..d67355aa 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -27,7 +27,7 @@ general { col.active_border=0x66ee1111 col.inactive_border=0x66333333 - damage_tracking=full # experimental, monitor is 100% fine, but full might have some minor bugs, especially with high blur settings! + damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer } decoration { |