From 942745600268e8ffd036aaf3df7beab1cfb041c7 Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Sun, 29 Dec 2024 18:10:14 +0100 Subject: [PATCH] fixes --- hyprland.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index 8a85446..a89bd7f 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -37,10 +37,13 @@ $lockscreen = swaylock -C ~/.config/swaylock/config # Some default env vars. env = XCURSOR_SIZE,20 env = GDK_SCALE,2 -env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that -env = XDG_CURRENT_DESKTOP,hyprland +env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that env = WLR_NO_HARDWARE_CURSORS,1 +env = XDG_CURRENT_DESKTOP,Hyprland +env = XDG_SESSION_TYPE,wayland +env = XDG_SESSION_DESKTOP,Hyprland + xwayland { force_zero_scaling = true }