diff options
| author | krautt <kreutchevskya@proton.me> | 2023-11-08 01:10:14 -0300 |
|---|---|---|
| committer | krautt <kreutchevskya@proton.me> | 2023-11-08 01:10:14 -0300 |
| commit | 518acea42ca3fb00d96ef2f6bde0e68fcdf4eb29 (patch) | |
| tree | 644425620e4fcc74ba54fff30d89c1b358a29be8 /config/hypr/configs/ENVariables.conf | |
| parent | 8a237a9843cdd81c522e6e514f6fe732c8b25668 (diff) | |
[FEATURE] Waybar RELOADS & WAYLAND SCALING PREVENTING
Diffstat (limited to 'config/hypr/configs/ENVariables.conf')
| -rw-r--r-- | config/hypr/configs/ENVariables.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hypr/configs/ENVariables.conf b/config/hypr/configs/ENVariables.conf index 08541a1f..8c0c5414 100644 --- a/config/hypr/configs/ENVariables.conf +++ b/config/hypr/configs/ENVariables.conf @@ -12,6 +12,11 @@ env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland +#Could help when scaling and not pixelating +xwayland { + force_zero_scaling = true +} + # vulkan #env = WLR_RENDERER,vulkan |
