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
This commit is contained in:
Gabriella Bere 2024-12-20 19:48:58 +00:00
parent b5da18c992
commit 72cb1d81f2

View file

@ -5,7 +5,7 @@
enable = true; enable = true;
package = pkgs.hyprland; package = pkgs.hyprland;
xwayland.enable = true; 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 # Autostart using systemd
systemd.enable = true; systemd.enable = true;
settings = { settings = {
@ -24,6 +24,9 @@
kb_layout = "gb"; kb_layout = "gb";
follow_mouse = 1; follow_mouse = 1;
mouse_refocus = false; mouse_refocus = false;
touchpad = {
disable_while_typing = false;
};
}; };
bindl = [ bindl = [