added hidpi support for xwayland

main
The_miro 2024-11-15 12:57:33 +01:00
parent 9624c8f8b9
commit 8fa24c9ef1
1 changed files with 15 additions and 0 deletions

View File

@ -26,6 +26,21 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
################
### XWayland ###
################
## change monitor to high resolution, the last argument is the scale factor
#monitor = , highres, auto, 2
#
## unscale XWayland
#xwayland {
# force_zero_scaling = true
#}
#
## toolkit-specific scale
#env = GDK_SCALE,2
#env = XCURSOR_SIZE,32
###################
### MY PROGRAMS ###