mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
17 lines
376 B
Text
17 lines
376 B
Text
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
monitor=DP-1,highres,auto,2
|
|
|
|
# unscale XWayland
|
|
xwayland {
|
|
force_zero_scaling = true
|
|
}
|
|
|
|
# toolkit-specific scale
|
|
env = GDK_SCALE,2
|
|
env = XCURSOR_SIZE,32
|
|
|
|
# config force to use wayland backend
|
|
env = GDK_BACKEND=wayland,x11
|
|
env = QT_QPA_PLATFORM="wayland;xcb"
|
|
env = SDL_VIDEODRIVER=wayland
|
|
env = CLUTTER_BACKEND=wayland
|