mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
hyprland: removed xwayland scaling in favor of env variables
This commit is contained in:
parent
309e1e75de
commit
f82d9d125b
|
@ -12,6 +12,14 @@ monitor=desc:Samsung Display Corp. 0x4152,preferred,auto,2
|
|||
# Use best settings for all other monitors.
|
||||
monitor=,preferred,auto,auto
|
||||
|
||||
# unscale XWayland
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
# toolkit-specific scale
|
||||
env = GDK_SCALE,1.5
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
|
|
Loading…
Reference in a new issue