diff options
author | Thanos Apollo <[email protected]> | 2024-10-08 18:19:26 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-08 18:19:26 +0300 |
commit | f34aacf537c80ddcbcbaad81daed8501b79e3317 (patch) | |
tree | 00a0141075f1aa97ed176e7f94cd9b076d821500 /.config/sway/zeus | |
parent | 2bbfb2c9154a2ae9b5b6a01ded7eb25853d1cc61 (diff) |
sway: Use greek polytonic for zeus.
Diffstat (limited to '.config/sway/zeus')
-rw-r--r-- | .config/sway/zeus/keyboard.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/zeus/keyboard.config b/.config/sway/zeus/keyboard.config index 9ef7345..7dbd9e3 100644 --- a/.config/sway/zeus/keyboard.config +++ b/.config/sway/zeus/keyboard.config @@ -2,4 +2,5 @@ input "type:keyboard" { xkb_layout us,gr xkb_options grp:win_space_toggle + xkb_variant altgr-intl,polytonic }
\ No newline at end of file |