move hyprland monitor settings to extraConfig where they belong

This commit is contained in:
Gabriella Bere 2024-08-22 12:48:36 +01:00
parent 8d809cb596
commit 721cf493e1

View file

@ -80,12 +80,19 @@
xwayland.enable = true; xwayland.enable = true;
# Autostart using systemd # Autostart using systemd
# systemd.enable = true; # systemd.enable = true;
extraConfig = "exec-once = waybar"; extraConfig = ''
exec-once = waybar
# Monitor settings copied from plasma
monitor = DP-2, 1920x1080@144, 1920x0, 1
monitor = DP-3, 1920x1080@144, 0x0, 1
monitor = eDP-2, 2560x1600@265, 1500x1080, 1.5
'';
}; };
# Hyprland configuration # Hyprland configuration
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
kb_layout = "gb"; input = { kb_layout = "gb"; };
bind = bind =
[ [
"$mod, F, exec, firefox" "$mod, F, exec, firefox"