Browse Source

added ENV-GDK_scale - useful for those who use monitor-scaling

pull/321/head
JaKooLit 2 years ago
parent
commit
7d5852f30f
  1. 6
      config/hypr/UserConfigs/ENVariables.conf

6
config/hypr/UserConfigs/ENVariables.conf

@ -14,6 +14,12 @@ env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
# xwayland apps scale fix (useful if you are use monitor scaling)
# see https://wiki.hyprland.org/Configuring/XWayland/
# toolkit-specific scale
# env = GDK_SCALE,2
# firefox
env = MOZ_ENABLE_WAYLAND,1

Loading…
Cancel
Save