Track X session launchers
[khome.git] / home / .xlaunch.d / setxkbmap
diff --git a/home/.xlaunch.d/setxkbmap b/home/.xlaunch.d/setxkbmap
new file mode 100755 (executable)
index 0000000..62495c6
--- /dev/null
@@ -0,0 +1,19 @@
+#! /bin/sh
+
+set -e
+
+#-- Keyboard layout
+# From setxkbmap man page:
+#     > Note that setxkbmap adds options specified in the command line to the
+#     > options that were set before (as saved in root window  properā€ ties).
+#     > If you want to replace all previously specified options, use the
+#     > -option flag with an empty argument first.
+#setxkbmap -layout us,ru,el -variant ',phonetic_winkeys,' -option ''
+#setxkbmap -layout us,ru,el -variant ',phonetic_winkeys,' -option grp:ctrls_toggle
+setxkbmap -layout us,ru -variant ',phonetic_winkeys' -option ''
+setxkbmap -layout us,ru -variant ',phonetic_winkeys' -option grp:ctrls_toggle
+
+#xmodmap -e 'remove lock = Caps_Lock'
+#setxkbmap -option ctrl:nocaps
+
+setxkbmap -option caps:ctrl_modifier
This page took 0.022772 seconds and 4 git commands to generate.