diff --git a/.xinitrc b/.xinitrc index 76be18b..7bb2ff0 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,21 +1,8 @@ #!/bin/sh # keyboard -setxkbmap us altgr-intl numlockx -# mouse -xinput set-prop 'pointer:Logitech G903' 'libinput Accel Profile Enabled' 0, 1 - -# touchpad -( - DEV='PNP0C50:0e 06CB:7E7E Touchpad' - - xinput set-prop "$DEV" 'libinput Natural Scrolling Enabled' 1 - xinput set-prop "$DEV" 'libinput Tapping Enabled' 1 - xinput set-prop "$DEV" 'libinput Click Method Enabled' 0, 1 -) - # display ( LAPTOP_SCREEN="$(xrandr --listmonitors | grep eDP | awk '{print $4}')"