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 = [