mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 06:32:51 +02:00
hyprland config
This commit is contained in:
parent
f1e8289fb3
commit
71aaa6c056
6 changed files with 281 additions and 0 deletions
17
dot_config/hypr/display.conf
Normal file
17
dot_config/hypr/display.conf
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue