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