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 | |
| parent | 1a2bc41de38c99f587e85ae1a818c729de852f20 (diff) | |
sway: enable intl_tr
| -rw-r--r-- | .config/sway/env | 2 | ||||
| -rw-r--r-- | .config/xkb/symbols/hibiki | 2 |
2 files changed, 2 insertions, 2 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' diff --git a/.config/xkb/symbols/hibiki b/.config/xkb/symbols/hibiki index c196f9b..23edd64 100644 --- a/.config/xkb/symbols/hibiki +++ b/.config/xkb/symbols/hibiki @@ -2,7 +2,7 @@ // https://wiki.archlinux.org/title/X_keyboard_extension xkb_symbols "intl_tr" { - key <AC05> { [ g , g , dead_breve ] } ; + key <AC05> { [ g , G , dead_breve ] } ; key <AB09> { [ period , greater , dead_abovedot ] } ; key <AC02> { [ s , S , ssharp , dead_cedilla ] } ; |