From 436c8078595a5325e803b3766219d8ad073dca7e Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 10 May 2025 11:02:51 +0100 Subject: [PATCH] hyprland: update config --- users/jordan/common/optional/graphical/hyprland/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; };