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