diff --git a/home/wm/hyprland.nix b/home/wm/hyprland.nix index 4b10d0a..fff071d 100644 --- a/home/wm/hyprland.nix +++ b/home/wm/hyprland.nix @@ -9,8 +9,10 @@ xwayland.enable = true; settings = { - monitor = "eDP-1, 2880x1920@120, 0x0, 1.5 - monitor = DP-4, 1920x1080@60, 0x0, 1, mirror, eDP-1"; + monitor = [ + "eDP-1, 2880x1920@120, 0x0, 1.5" + "P-4, 1920x1080@60, 0x0, 1, mirror, eDP-1" + ]; input = { kb_layout = "de"; @@ -209,6 +211,7 @@ in [ "${nm-applet} &" + "waybar" ]; }; };