hyprland config

This commit is contained in:
reonokiy 2024-09-23 05:55:28 +08:00
parent f1e8289fb3
commit 71aaa6c056
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
6 changed files with 281 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# 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