X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/05d1c1ac3b62f9b991f5fc11369715c52311d9f1..ca72d74538ebafbb2ac53c0c4d05089a5cb591ce:/.local/bin/langa/startup diff --git a/.local/bin/langa/startup b/.local/bin/langa/startup new file mode 100644 index 0000000..376bd64 --- /dev/null +++ b/.local/bin/langa/startup @@ -0,0 +1,12 @@ +# -*- mode: sh; sh-shell: sh -*- + +if [ $DISPLAY ]; then + if [ -x "$(command -v xinput)" ]; then + xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Accel Speed' -0.4 + fi + setxkbmap \ + -layout us,ir \ + -option ctrl:nocaps \ + -option grp:shifts_toggle + xmodmap -e "keysym Menu = Super_R" +fi