dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

commit f13ed2fbd3764aca17e65b80035fa96a6a784077
parent 9f34e1cef9fb5986dd1e81285bac7277cdcb3d53
Author: tongong <tongong@gmx.net>
Date:   Mon, 25 Oct 2021 17:01:15 +0200

disabled touchscreen

Diffstat:
Mdwm/autostart.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dwm/autostart.sh b/dwm/autostart.sh @@ -35,4 +35,6 @@ else # xdotool still struggles with "`" character... # also remap caps lock to escape key setxkbmap de -option caps:escape + # disable touchscreen + xinput disable 9 fi