From 54351fdca8865f009a1674b2c32a3bce8d88cf86 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sat, 4 Jan 2025 13:02:39 +0000 Subject: [PATCH] re-enabled systemd for hyprland now that i actually know what it does. removed lid switch bind for disabling main monitor as it needs more polishing and cba --- home-manager/hyprland.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 1ea4200..5321944 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -5,9 +5,8 @@ enable = true; package = pkgs.hyprland; xwayland.enable = true; - systemd.variables = ["--all"]; # Hopefully will help with the backlight/slider issue in waybar, so far has not worked, but good to keep in - # Autostart using systemd - systemd.enable = false; + systemd.variables = ["--all"]; + systemd.enable = true; settings = { # Monitor config for home desk layout monitor = [ @@ -29,10 +28,10 @@ # }; }; - bindl = [ - ",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto" - ",switch:on:Lid Switch,exec,hyprctl keyword monitor eDP-2, disable" - ]; +# bindl = [ +# ",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto" +# ",switch:on:Lid Switch,exec,hyprctl keyword monitor eDP-2, disable" +# ]; # Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows bindm = [