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
This commit is contained in:
Gabriella Bere 2025-01-04 13:02:39 +00:00
parent 5a9a96fd4f
commit 54351fdca8

View file

@ -5,9 +5,8 @@
enable = true; enable = true;
package = pkgs.hyprland; package = pkgs.hyprland;
xwayland.enable = true; 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 systemd.variables = ["--all"];
# Autostart using systemd systemd.enable = true;
systemd.enable = false;
settings = { settings = {
# Monitor config for home desk layout # Monitor config for home desk layout
monitor = [ monitor = [
@ -29,10 +28,10 @@
# }; # };
}; };
bindl = [ # bindl = [
",switch:off:Lid Switch,exec,hyprctl keyword monitor eDP-2, 2560x1600@165, 0x0, auto" # ",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" # ",switch:on:Lid Switch,exec,hyprctl keyword monitor eDP-2, disable"
]; # ];
# Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows # Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows
bindm = [ bindm = [