diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-06 13:52:04 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-06 13:52:04 -0400 |
commit | cf88804f394b5489ff6e743a2d7eb7ffd5647f01 (patch) | |
tree | 17202b4ce1e5252c0aada455ad8f83dc896b48d7 /.profile | |
parent | f53e480be2490ccecf29e07fe1fec16bdfd2987e (diff) | |
download | configs-cf88804f394b5489ff6e743a2d7eb7ffd5647f01.tar.gz configs-cf88804f394b5489ff6e743a2d7eb7ffd5647f01.tar.xz configs-cf88804f394b5489ff6e743a2d7eb7ffd5647f01.zip |
shell: add ~/.Xmodmap file
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -66,10 +66,9 @@ fi setxkbmap \ -layout us,ir \ - -option ctrl:nocaps \ -option grp:shifts_toggle -xmodmap -e "keysym Menu = Super_R" +xmodmap ~/.Xmodmap xsetroot -cursor_name left_ptr xset r rate 200 45 |