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 = [