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