fix window and workspaces

This commit is contained in:
Simon Rieger 2025-04-24 10:52:23 +02:00
parent 3000e37b9a
commit dc4d93e396
2 changed files with 13 additions and 2 deletions

View file

@ -4,8 +4,18 @@
# See https://wiki.hyprland.org/Configuring/Environment-variables/ # See https://wiki.hyprland.org/Configuring/Environment-variables/
env = XCURSOR_SIZE,24 env = XDG_CURRENT_DESKTOP,Hyprland
env = HYPRCURSOR_SIZE,24 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 = 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 env = QT_QPA_PLATFORMTHEME,qt6ct

View file

@ -17,6 +17,7 @@ env = GTK_FONT_SIZE,10
# Cursor-Thema und Größe # Cursor-Thema und Größe
env = XCURSOR_THEME,capitaine-cursors env = XCURSOR_THEME,capitaine-cursors
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
# Refer to https://wiki.hyprland.org/Configuring/Variables/ # Refer to https://wiki.hyprland.org/Configuring/Variables/