betting logging rules

This commit is contained in:
Chris Cochrun 2023-04-14 14:28:42 -05:00
parent 2e376078ae
commit ec2d39b262

View file

@ -123,7 +123,7 @@ with lib;
environment.variables = { environment.variables = {
EDITOR = "emacsclient -t -a"; EDITOR = "emacsclient -t -a";
VISUAL = "emacsclient -c -a"; VISUAL = "emacsclient -c -a";
QT_LOGGING_RULES = "js=true; kwin_scripting=true"; QT_LOGGING_RULES = "js=true; kwin_*.debug=true";
# GTK_USE_PORTAL = "1"; # GTK_USE_PORTAL = "1";
# Fixing Qt apps in other environments # Fixing Qt apps in other environments
# Thought I needed this but apparently they are working fine without it. # Thought I needed this but apparently they are working fine without it.