From: Siraaj Khandkar Date: Sun, 3 Jul 2022 19:25:23 +0000 (-0400) Subject: Add language comments to setxkbmap commands X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=778a3a005ab0809e450da07a80652d79c9c9819b Add language comments to setxkbmap commands --- diff --git a/home/.xlaunch.d/setxkbmap b/home/.xlaunch.d/setxkbmap index 62495c6..fe43fcc 100755 --- a/home/.xlaunch.d/setxkbmap +++ b/home/.xlaunch.d/setxkbmap @@ -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