mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-07-31 00:59:31 -04:00
18 lines
857 B
Plaintext
18 lines
857 B
Plaintext
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Monitor Configuration ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
# Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/
|
|
|
|
#monitor = , preferred, auto, 1.25
|
|
monitor = eDP-1, 2560x1600@165, auto, 1.25
|
|
|
|
|
|
# If you need to scale things like steam etc, please uncomment these lines.
|
|
# Adjust GDK_SCALE accordingly to your liking.
|
|
xwayland {
|
|
force_zero_scaling = true # Unscale XWayland
|
|
}
|
|
|
|
env = GDK_SCALE, 1.25 # GDK Scaling Factor
|