From 8da0a48b517e57ba69349b2c699f93459eaca965 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 6 Sep 2019 13:54:50 -0400 Subject: [PATCH] Revert "shell: add ~/.Xmodmap file" This reverts commit cf88804f394b5489ff6e743a2d7eb7ffd5647f01. --- .Xmodmap | 5 ----- .profile | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .Xmodmap diff --git a/.Xmodmap b/.Xmodmap deleted file mode 100644 index 1fd986a..0000000 --- a/.Xmodmap +++ /dev/null @@ -1,5 +0,0 @@ -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 c0c1e45..0f17b9b 100644 --- a/.profile +++ b/.profile @@ -66,9 +66,10 @@ fi setxkbmap \ -layout us,ir \ + -option ctrl:nocaps \ -option grp:shifts_toggle -xmodmap ~/.Xmodmap +xmodmap -e "keysym Menu = Super_R" xsetroot -cursor_name left_ptr xset r rate 200 45 -- 2.20.1