1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

hyprland: fix configure Amo monitor

This commit is contained in:
2026-01-31 14:51:04 +01:00
parent 7aef7e7cf6
commit f883d0ce6f

View File

@@ -270,9 +270,10 @@ in
"${pkgs.xdg-desktop-portal-hyprland}/libexec/.xdg-desktop-portal-hyprland-wrapped, screencopy, allow" "${pkgs.xdg-desktop-portal-hyprland}/libexec/.xdg-desktop-portal-hyprland-wrapped, screencopy, allow"
]; ];
monitor = [ monitor = [
",preferred, 0x0, 1" # TODO https://wiki.hypr.land/Configuring/Monitors/ "eDP-1, 1920x1080, 0x0, 1" # fatteh's display
"desc:Samsung Electric Company C27F390 HTQH602129, 1920x1080, 0x-1080, 1" "desc:Samsung Electric Company C27F390 HTQH602129, 1920x1080, 0x-1080, 1" # home
"desc:Dell Inc. DELL P2419HC 8L0FL03, 1920x1080, 0x-1080, 1" "desc:Dell Inc. DELL P2419HC 8L0FL03, 1920x1080, 0x-1080, 1" # amo
", preferred, auto, 1"
]; ];
exec-once = [ exec-once = [
(lib.getExe pkgs.ashell) (lib.getExe pkgs.ashell)