From ab4d5ad8745a1daac190f758fe59c000e64220ec Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 9 Jun 2024 22:43:19 +0200 Subject: [PATCH] Fix the monitor number --- users/hu/packages/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/hu/packages/hyprland.nix b/users/hu/packages/hyprland.nix index 2f33f3a..2876728 100644 --- a/users/hu/packages/hyprland.nix +++ b/users/hu/packages/hyprland.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ ... }: { wayland.windowManager.hyprland.enable = true; @@ -9,7 +9,7 @@ "$terminal" = "foot"; "$menu" = "rofi -show drun"; - monitor = "DP-3,1920x1080@144,auto,1"; + monitor = "DP-1,1920x1080@144,auto,1"; input = { kb_layout = "gb:altgr-intl";