diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-31 03:15:18 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-31 03:15:18 +0900 |
| commit | 7d5852f30fa9ca2fe72f2e0e237081d045b0587e (patch) | |
| tree | 10c3e76754c783031212b41a55bc9277a3e9d59b /config/hypr/UserConfigs/ENVariables.conf | |
| parent | 564b42487a34d7823be196e2c13c6a791a649ec4 (diff) | |
added ENV-GDK_scale - useful for those who use monitor-scaling
Diffstat (limited to 'config/hypr/UserConfigs/ENVariables.conf')
| -rw-r--r-- | config/hypr/UserConfigs/ENVariables.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index d171b599..c6bea01b 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/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 |
