Re-add env_vars in hyprland as uwsm env does not add environemnt variables into hyprland
This commit is contained in:
19
dot_config/hypr/hyprland.conf.d/env_vars.conf
Normal file
19
dot_config/hypr/hyprland.conf.d/env_vars.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# env_vars.conf
|
||||
|
||||
# hyprcursor
|
||||
env = HYPRCURSOR_THEME,Bibata-Modern-Classic
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||
env = XCURSOR_SIZE,24
|
||||
# Toolkit Backend Vars
|
||||
env = GDK_BACKEND,wayland;x11;* # seems to stop applications from starting, stating no display
|
||||
env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
# QT Variables
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style
|
Reference in New Issue
Block a user