Various deb packaging settings/conveniences
[~bandali/configs] / .config / profiles / chaman
CommitLineData
ccbb7191
AB
1# -*- mode: sh; sh-shell: sh -*-
2
b4026315
AB
3if [ $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
7dd99380 12fi