refactor(hypr): create environment file

This commit is contained in:
2026-02-20 17:51:00 +01:00
parent 62320e2453
commit f84cd6d66a
2 changed files with 22 additions and 23 deletions

21
hypr/environment.conf Normal file
View File

@@ -0,0 +1,21 @@
#############################
### ENVIRONMENT VARIABLES ###
#############################
# See https://wiki.hyprland.org/Configuring/Environment-variables/
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = GDK_SCALE,1
env = XCURSOR_SIZE,24
env = QT_AUTO_SCREEN_SCALE_FACTOR,0
env = QT_SCALE_FACTOR,1
env = _JAVA_AWT_WM_NONREPARENTING,1
env = AWT_TOOLKIT,MToolkit
env = WINIT_X11_SCALE_FACTOR,1
env = XWAYLAND_NO_GLAMOR,0
xwayland {
force_zero_scaling = true
}