diff --git a/users/jordan/common/optional/graphical/hyprland/default.nix b/users/jordan/common/optional/graphical/hyprland/default.nix index 48ace0e..3afc796 100644 --- a/users/jordan/common/optional/graphical/hyprland/default.nix +++ b/users/jordan/common/optional/graphical/hyprland/default.nix @@ -136,17 +136,17 @@ in ]; }; - monitor = "desc:Dell Inc. DELL U3219Q HPTP413, preferred, auto, 1.2"; + monitor = "desc:Dell Inc. DELL U3219Q HPTP413, preferred, auto, 1"; input = { - kb_layout = "gb"; + kb_layout = "us"; kb_options = "caps:super"; follow_mouse = 1; sensitivity = 0; }; device = { - name = "epic-mouse-v1"; + name = "mx-anywhere-3s-mouse"; sensitivity = -0.5; };