added hidpi support for xwayland
parent
9624c8f8b9
commit
8fa24c9ef1
|
|
@ -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 ###
|
||||
|
|
|
|||
Loading…
Reference in New Issue