Add language comments to setxkbmap commands
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 3 Jul 2022 19:25:23 +0000 (15:25 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 3 Jul 2022 19:25:23 +0000 (15:25 -0400)
home/.xlaunch.d/setxkbmap

index 62495c6..fe43fcc 100755 (executable)
@@ -8,8 +8,12 @@ set -e
 #     > 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.
+
+# English, Russian, Greek
 #setxkbmap -layout us,ru,el -variant ',phonetic_winkeys,' -option ''
 #setxkbmap -layout us,ru,el -variant ',phonetic_winkeys,' -option grp:ctrls_toggle
+
+# English, Russian
 setxkbmap -layout us,ru -variant ',phonetic_winkeys' -option ''
 setxkbmap -layout us,ru -variant ',phonetic_winkeys' -option grp:ctrls_toggle
 
This page took 0.019962 seconds and 4 git commands to generate.