From f4b25fe6d5589edf86b6ac811bfb8016e58e1c1b Mon Sep 17 00:00:00 2001 From: AngeD Date: Fri, 20 Jan 2023 23:55:40 +0100 Subject: [PATCH] feat: remove xorg system config from xinitrc --- .xinitrc | 13 ------------- 1 file changed, 13 deletions(-) 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}')"