Commit | Line | Data |
---|---|---|
b4026315 AB |
1 | if [ $DISPLAY ]; then |
2 | if [ -x "$(command -v xinput)" ]; then | |
3 | xinput set-prop 'DLL07BE:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1 | |
4 | xinput set-prop 'DLL07BE:01 06CB:7A13 Touchpad' 'libinput Click Method Enabled' 0 1 | |
5 | fi | |
6 | setxkbmap \ | |
7 | -layout us,ir \ | |
8 | -option ctrl:swap_rwin_rctl \ | |
9 | -option grp:shifts_toggle | |
7dd99380 | 10 | fi |