From fbe89c882a56961fa11f2a1a31cfa37b4203cc34 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Fri, 25 Mar 2022 18:49:40 +0100 Subject: [PATCH] =?UTF-8?q?Touchpad=20Einstellungen=20angepasst,=20Japanis?= =?UTF-8?q?che=20Tastatur=20erm=C3=B6glicht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qtile/.config/qtile/autostart.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qtile/.config/qtile/autostart.sh b/qtile/.config/qtile/autostart.sh index 7957b9e..fd801da 100755 --- a/qtile/.config/qtile/autostart.sh +++ b/qtile/.config/qtile/autostart.sh @@ -1,5 +1,7 @@ #!/bin/sh sleep 1& +xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 +xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1 setxkbmap de& nitrogen --restore & bash .screenlayout/layout.sh & @@ -15,4 +17,5 @@ cbatticon & nm-applet & blueman-applet & thunderbird & -clickup & \ No newline at end of file +clickup & +fcitx -d& \ No newline at end of file