monitor fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user