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