summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-06 13:54:50 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-06 13:54:50 -0400
commit8da0a48b517e57ba69349b2c699f93459eaca965 (patch)
tree3c6f677646bacbf68bd8f821c0d14b16e1466526
parentcf88804f394b5489ff6e743a2d7eb7ffd5647f01 (diff)
downloadconfigs-8da0a48b517e57ba69349b2c699f93459eaca965.tar.gz
configs-8da0a48b517e57ba69349b2c699f93459eaca965.tar.xz
configs-8da0a48b517e57ba69349b2c699f93459eaca965.zip
Revert "shell: add ~/.Xmodmap file"
This reverts commit cf88804f394b5489ff6e743a2d7eb7ffd5647f01.
-rw-r--r--.Xmodmap5
-rw-r--r--.profile3
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
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