Skip to content

bpingris/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Benoît Pingris

This repository contains useful informations about my setup.

  • fish (with fisher)
  • neovim 0.5
  • bspwm

Disable power button

Edit the /etc/systemd/logind.conf, uncomment the HandlePowerKey and set it to "ignore"

Enable the touchpad click

Do not use the xinput commands, wont work on every machine as devices' ID won't be the same. But, do the following:

  • create a new file /etc/X11/xorg.conf.d/90-touchpad.conf
  • add the following:
Section "InputClass"
    Identifier "touchpad"
    MatchIsTouchpad "on"
    Driver "libinput"
    Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published