36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
# Set your defaults here
|
|
env = EDITOR,nvim #default editor
|
|
|
|
#environment-variables
|
|
env = CLUTTER_BACKEND,wayland
|
|
env = GDK_BACKEND,wayland,x11
|
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
|
env = QT_QPA_PLATFORM,wayland;xcb
|
|
env = QT_QPA_PLATFORMTHEME,qt5ct
|
|
env = QT_QPA_PLATFORMTHEME,qt6ct
|
|
env = QT_SCALE_FACTOR,1
|
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
env = XDG_SESSION_DESKTOP,Hyprland
|
|
env = XDG_SESSION_TYPE,wayland
|
|
|
|
# hyprland-qt-support
|
|
env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style
|
|
|
|
# xwayland apps scale fix (useful if you are use monitor scaling)
|
|
# see https://wiki.hyprland.org/Configuring/XWayland/
|
|
# toolkit-specific scale
|
|
env = GDK_SCALE,1
|
|
|
|
# Bibata-Modern-Ice-Cursor
|
|
# NOTE! You must have the hyprcursor version to activate this.
|
|
# If you installed from 26-Dec-2024 and choose GTK theme, then you have it.
|
|
# https://wiki.hyprland.org/Hypr-Ecosystem/hyprcursor/
|
|
env = HYPRCURSOR_THEME,Bibata-Modern-Ice
|
|
env = HYPRCURSOR_SIZE,24
|
|
|
|
# firefox
|
|
env = MOZ_ENABLE_WAYLAND,1
|
|
|
|
# electron >28 apps (may help)
|
|
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|