16 lines
696 B
Plaintext
16 lines
696 B
Plaintext
#############################
|
||
### ENVIRONMENT VARIABLES ###
|
||
#############################
|
||
|
||
# See https://wiki.hypr.land/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 = QT_AUTO_SCREEN_SCALE_FACTOR,1# - (From the Qt documentation) enables automatic scaling, based on the monitor’s pixel density
|
||
env = QT_QPA_PLATFORM,wayland;xcb# - Tell Qt applications to use the Wayland backend, and fall back to X11 if Wayland is unavailable
|
||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1# - Disables window decorations on Qt applications
|
||
env = QT_QPA_PLATFORMTHEME,qt5c
|