From: Amin Bandali Date: Fri, 6 Sep 2019 17:52:04 +0000 (-0400) Subject: shell: add ~/.Xmodmap file X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/cf88804f394b5489ff6e743a2d7eb7ffd5647f01?ds=sidebyside shell: add ~/.Xmodmap file --- diff --git a/.Xmodmap b/.Xmodmap new file mode 100644 index 0000000..1fd986a --- /dev/null +++ b/.Xmodmap @@ -0,0 +1,5 @@ +clear lock +clear control +keycode 66 = Control_L +add control = Control_L Control_R +keysym Menu = Super_R diff --git a/.profile b/.profile index 0f17b9b..c0c1e45 100644 --- a/.profile +++ b/.profile @@ -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