From ec2d39b26245c3cb7f429874b4d1668219f3748a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 14 Apr 2023 14:28:42 -0500 Subject: [PATCH] betting logging rules --- modules/desktop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktop.nix b/modules/desktop.nix index f338924..aaa8357 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -123,13 +123,13 @@ with lib; environment.variables = { EDITOR = "emacsclient -t -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"; # Fixing Qt apps in other environments # Thought I needed this but apparently they are working fine without it. # QT_XCB_GL_INTEGRATION = "xcb_egl"; # QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms"; - WLR_NO_HARDWARE_CURSORS = "1"; + WLR_NO_HARDWARE_CURSORS = "1"; }; programs.partition-manager.enable = true;