From e351db1e0e460a3b102693ef7d45e5d227301bda Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 30 Mar 2023 15:07:33 +0200 Subject: added environment variables in hyprland --- config/hyprland/hypr/hyprland.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 8bb8756..df2dac4 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -2,6 +2,32 @@ monitor=HDMI-A-1, 1920x1080, 0x0, 1 monitor=VGA-1, 1920x1080, 1920x0, 1 monitor=,preferred,auto,1 +env = HYPRLAND_LOG_WLR,1 + +env = XCURSOR_THEME,Bibata-Modern-Classic +env = XCURSOR_SIZE,24 + +env = GTK_THEME,Arc-Dark + +env = GTK_IM_MODULE,fcitx +env = XMODIFIERS,@im=fcitx +env = GLFW_IM_MODULE,ibus + +env = MOZ_ENABLE_WAYLAND,1 + +env = QT_IM_MODULE,fcitx +env = QT_AUTO_SCREEN_SCALE_FACTOR,1 +env = QT_QPA_PLATFORM,"wayland;xcb" +env = QT_QPA_PLATFORMTHEME,qt5ct +env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 + +env = XDG_CURRENT_DESKTOP,Hyprland +env = XDG_SESSION_TYPE,wayland +env = XDG_SESSION_DESKTOP,Hyprland + +env = SDL_IM_MODULE,fcitx +env = SDL_VIDEODRIVER,wayland + # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -- cgit v1.2.3