hyprland: enable debug logging
This commit is contained in:
parent
8bc20f0854
commit
7c857443f3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user