From 778a3a005ab0809e450da07a80652d79c9c9819b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 3 Jul 2022 15:25:23 -0400 Subject: [PATCH] Add language comments to setxkbmap commands --- home/.xlaunch.d/setxkbmap | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.20.1