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:
parent
b5da18c992
commit
72cb1d81f2
1 changed files with 4 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue