diff options
author | Mateja <mail@matejamaric.com> | 2020-12-19 16:54:53 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-12-19 16:54:53 +0100 |
commit | fe97333e4517a926d24025861e229a25efcf0cc9 (patch) | |
tree | 58a78915cec1d0fdfd3537e051ee75fae7d7ed65 | |
parent | 983c5d69e7065f3982c12ccad62246e980182b2e (diff) | |
download | dotfiles-fe97333e4517a926d24025861e229a25efcf0cc9.tar.gz dotfiles-fe97333e4517a926d24025861e229a25efcf0cc9.zip |
Add serbian latin.
-rw-r--r-- | .config/qtile/config.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 330506c..f2f1c47 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -149,9 +149,11 @@ screens = [ widget.Spacer(length=10), # widget.CapsNumLockIndicator(), widget.KeyboardLayout( - configured_keyboards=['us', 'rs alternatequotes'], + configured_keyboards=['us', 'rs alternatequotes', 'rs latin'], display_map={'us': 'english', - 'rs alternatequotes': 'serbian'} + 'rs alternatequotes': 'serbian cyrillic', + 'rs latin': 'serbian latin' + } # option is buggy... # option='caps:swapescape' ), |