diff options
Diffstat (limited to '.config/sway/env')
| -rw-r--r-- | .config/sway/env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/sway/env b/.config/sway/env index d091809..93c4421 100644 --- a/.config/sway/env +++ b/.config/sway/env @@ -1,5 +1,9 @@ #!/bin/sh +export XKB_DEFAULT_OPTIONS='caps:hyper,eurosign:5' +export XKB_DEFAULT_LAYOUT='us' +export XKB_DEFAULT_VARIANT='mac' + export GDK_BACKEND=wayland export CLUTTER_BACKEND=wayland export QT_QPA_PLATFORM=wayland-egl |