summaryrefslogtreecommitdiffstats
path: root/scripts/revert-overwatch
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/revert-overwatch')
-rwxr-xr-xscripts/revert-overwatch6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/revert-overwatch b/scripts/revert-overwatch
new file mode 100755
index 0000000..07b208a
--- /dev/null
+++ b/scripts/revert-overwatch
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+xmodmap -e "keycode 37 = Control_L"
+xmodmap -e "keycode 105 = Control_R"
+
+# vim: expandtab sw=2 ts=2