monitor fix

This commit is contained in:
2026-03-21 22:52:03 +01:00
parent cc86feef57
commit e1d45bcf0b
2 changed files with 4 additions and 4 deletions

View File

@@ -31,6 +31,7 @@
pkgs.clipman pkgs.clipman
pkgs.xdg-desktop-portal-gnome pkgs.xdg-desktop-portal-gnome
pkgs.xwayland-satellite pkgs.xwayland-satellite
pkgs.wlr-randr
pkgs.rofi # to provide rofi-sensible-terminal pkgs.rofi # to provide rofi-sensible-terminal

View File

@@ -7,10 +7,9 @@ let
output "eDP-1" enable output "eDP-1" enable
} }
# laptop above external monitor profile dual {
profile desk { output eDP-1 mode 1920x1080 position 190,1080 scale 1.25 transform normal
output "HDMI-A-2" enable position 0,0 output HDMI-A-2 mode 1920x1080@60Hz position 0,0 scale 1 transform normal
output "eDP-1" enable position 0,1440
} }
''; '';
}; };