From 6b766720b6f613b1c5cc560b29832b826c2962dc Mon Sep 17 00:00:00 2001 From: etwas Date: Wed, 18 Dec 2024 15:30:22 +0100 Subject: [PATCH] fix(hypr): make hl more nix & auto-start waybar --- home/wm/hyprland.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" ]; }; };