diff options
Diffstat (limited to '')
-rw-r--r-- | .Xmodmap | 5 | ||||
-rw-r--r-- | .profile | 3 |
2 files changed, 2 insertions, 6 deletions
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 @@ -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 |