diff options
| author | Robert Günzler <r@gnzler.io> | 2022-09-28 19:31:48 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-09-28 19:31:48 +0200 |
| commit | bf4ae00f6f2189a3e4d563034a790dc79031b681 (patch) | |
| tree | 2c177884a9eb9d742275718f2e05e572013b610f /.config/sway/env | |
| parent | 1a2bc41de38c99f587e85ae1a818c729de852f20 (diff) | |
sway: enable intl_tr
Diffstat (limited to '.config/sway/env')
| -rw-r--r-- | .config/sway/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/env b/.config/sway/env index 82cbf8d..eb699af 100644 --- a/.config/sway/env +++ b/.config/sway/env @@ -1,6 +1,6 @@ #!/bin/sh -export XKB_DEFAULT_OPTIONS='caps:hyper,eurosign:5' +export XKB_DEFAULT_OPTIONS='caps:hyper,eurosign:5,hibiki:intl_tr' export XKB_DEFAULT_LAYOUT='us' export XKB_DEFAULT_VARIANT='mac' |