From 72cb1d81f2a956a39ae2acf299817b39b58995ff Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 20 Dec 2024 19:48:58 +0000 Subject: [PATCH] allowed trackpad to work at the same time as keyboard for trackpad gaming, enabled systemd environment import from hyprland so that hopefully waybars backlight module works correctly --- home-manager/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index a73f5d9..a8e476b 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -5,7 +5,7 @@ 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 = true; settings = { @@ -24,6 +24,9 @@ kb_layout = "gb"; follow_mouse = 1; mouse_refocus = false; + touchpad = { + disable_while_typing = false; + }; }; bindl = [