From ca72d74538ebafbb2ac53c0c4d05089a5cb591ce Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 27 Dec 2022 09:08:04 -0500 Subject: Run EXWM on langa too --- .local/bin/langa/startup | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .local/bin/langa/startup (limited to '.local/bin/langa') 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 -- cgit v1.2.3-60-g2f50