hyprland: set auto scaling for all monitors
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
2bfedff2d4
commit
47911123ad
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
_: {
|
_: {
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
wayland.windowManager.hyprland.extraConfig = ''
|
||||||
|
|
||||||
monitor = HDMI-A-1,1920x1080@60, 3640x560, 1, transform, 3 #right
|
monitor = HDMI-A-1,1920x1080@60, 3640x560, auto, transform, 3 #right
|
||||||
monitor = DP-1,1920x1080@60, 0x560, 1, transform, 1 #left
|
monitor = DP-1,1920x1080@60, 0x560, auto, transform, 1 #left
|
||||||
monitor = DP-2,2560x1440@144, 1080x1080, 1 #middle
|
monitor = DP-2,2560x1440@144, 1080x1080, auto #middle
|
||||||
monitor = DP-3,1920x1080@144, 1400x0, auto #top
|
monitor = DP-3,1920x1080@144, 1400x0, auto #top
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in a new issue