From dc4d93e3968a7181aaf6d3c87d24429acbff45d0 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 24 Apr 2025 10:52:23 +0200 Subject: [PATCH] fix window and workspaces --- dot_config/hypr/environment.conf | 14 ++++++++++++-- dot_config/hypr/look_and_feel.conf | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/dot_config/hypr/environment.conf b/dot_config/hypr/environment.conf index 3cd2868..a5161a2 100644 --- a/dot_config/hypr/environment.conf +++ b/dot_config/hypr/environment.conf @@ -4,8 +4,18 @@ # See https://wiki.hyprland.org/Configuring/Environment-variables/ -env = XCURSOR_SIZE,24 -env = HYPRCURSOR_SIZE,24 +env = XDG_CURRENT_DESKTOP,Hyprland +env = XDG_SESSION_TYPE,wayland +env = XDG_SESSION_DESKTOP,Hyprland + +env = GDK_BACKEND,wayland,x11,* +env = QT_QPA_PLATFORM,wayland;xcb +env = SDL_VIDEODRIVER,wayland +env = CLUTTER_BACKEND,wayland env = ELECTRON_OZONE_PLATFORM_HINT,auto + +env = QT_AUTO_SCREEN_SCALE_FACTOR,1 +env = QT_QPA_PLATFORM,wayland;xcb +env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 env = QT_QPA_PLATFORMTHEME,qt6ct diff --git a/dot_config/hypr/look_and_feel.conf b/dot_config/hypr/look_and_feel.conf index 94a60b4..9d52897 100644 --- a/dot_config/hypr/look_and_feel.conf +++ b/dot_config/hypr/look_and_feel.conf @@ -17,6 +17,7 @@ env = GTK_FONT_SIZE,10 # Cursor-Thema und Größe env = XCURSOR_THEME,capitaine-cursors env = XCURSOR_SIZE,24 +env = HYPRCURSOR_SIZE,24 # Refer to https://wiki.hyprland.org/Configuring/Variables/