Touchpad Einstellungen angepasst, Japanische Tastatur ermöglicht

This commit is contained in:
paul-loedige
2022-03-25 18:49:40 +01:00
parent ba4dc60ffa
commit fbe89c882a
+3
View File
@@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
sleep 1& 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& setxkbmap de&
nitrogen --restore & nitrogen --restore &
bash .screenlayout/layout.sh & bash .screenlayout/layout.sh &
@@ -16,3 +18,4 @@ nm-applet &
blueman-applet & blueman-applet &
thunderbird & thunderbird &
clickup & clickup &
fcitx -d&