summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.Xmodmap5
-rw-r--r--.profile3
2 files changed, 6 insertions, 2 deletions
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