projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
376bd64fac2a987a1a6755256303a8f1de7b3653
[~bandali/configs]
/
.local
/
bin
/
langa
/
startup
1
# -*- mode: sh; sh-shell: sh -*-
2
3
if [ $DISPLAY ]; then
4
if [ -x "$(command -v xinput)" ]; then
5
xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Accel Speed' -0.4
6
fi
7
setxkbmap \
8
-layout us,ir \
9
-option ctrl:nocaps \
10
-option grp:shifts_toggle
11
xmodmap -e "keysym Menu = Super_R"
12
fi