turned trackpad blocker while using keyboard off
This commit is contained in:
parent
0b65968297
commit
501ff802ca
2 changed files with 12 additions and 8 deletions
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Enable Hyprland compositor
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
@ -22,9 +25,9 @@
|
|||
kb_layout = "gb";
|
||||
follow_mouse = 1;
|
||||
mouse_refocus = false;
|
||||
# touchpad = {
|
||||
# disable_while_typing = false;
|
||||
# };
|
||||
touchpad = {
|
||||
disable_while_typing = false;
|
||||
};
|
||||
};
|
||||
|
||||
# bindl = [
|
||||
|
|
|
@ -98,6 +98,7 @@
|
|||
|
||||
# Enable sound with pipewire.
|
||||
security.rtkit.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue