hyprland: enable debug logging

This commit is contained in:
NullBite 2024-05-22 18:09:43 -04:00
parent 8bc20f0854
commit 7c857443f3
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -126,6 +126,9 @@ in
package = lib.mkIf (osConfig ? programs) (lib.mkDefault osConfig.programs.hyprland.finalPackage);
settings = {
# enable debug logging
debug.disable_logs = mkd false;
# Xwayland fix
xwayland.force_zero_scaling = mkd true;