Pular para o conteúdo

libinput (/etc/X11/xorg.conf.d/40-libinput.conf)

Configuração simples que ativa a função "tap to click" (tocar para clicar) nos touchpads via libinput, quando o touchpad não é detectado nas centrais de configuração padrão do sistema.
Eduardo 73du4rd0
Hits: 11 Categoria: X11
  • Download
  • Indicar
  • Denunciar
Download /etc/X11/xorg.conf.d/40-libinput.conf

Esconder código-fonte

# Match on all types of devices but tablet devices and joysticks
Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
   Option "tapping" "on"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection
Nenhuma configuração encontrada.

X configuration file generated by nvidia-settings (xorg.conf)

Conky (.conkrc)

xorg (xorg.conf)

X.org (xorg.conf)

Conky (conkyrc)

Nenhum comentário foi encontrado.

Contribuir com comentário

Entre na sua conta para comentar.