adds multimonitor setup, adds scaling, fixes scaling for electron apps

This commit is contained in:
2025-04-04 21:48:21 +02:00
parent 11217a47a8
commit 14be42551b
5 changed files with 29 additions and 6 deletions

View File

@ -4,8 +4,17 @@
# Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/
monitor = , preferred, auto, 1
monitor = , preferred, auto, 0.8
monitor = eDP-2, highres@highrr, 0x0, 0.8
monitor = DP-2, 1920x1080@60, auto-left, 0.8
workspace = 1, monitor:eDP-2
workspace = 2, monitor:eDP-2
workspace = 3, monitor:eDP-2
workspace = 4, monitor:eDP-2
workspace = 5, monitor:DP-2
workspace = 6, monitor:DP-2
# If you need to scale things like steam etc, please uncomment these lines.
# Adjust GDK_SCALE accordingly to your liking.