hyprland: add back debug settings
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
fcfb1a9458
commit
dc5c662731
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ in {
|
||||||
zoom_rigid = true;
|
zoom_rigid = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# https://wiki.hyprland.org/Configuring/Variables/#debug
|
||||||
|
debug = {
|
||||||
|
disable_scale_checks = true; #!! Unsupported, may result in pixel misalignment
|
||||||
|
enable_stdout_logs = true; # systemd-cat
|
||||||
|
};
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration = {
|
decoration = {
|
||||||
blur.enabled = false;
|
blur.enabled = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue