# Example environment file

# Set default keyboard layout to Spanish
# may use one or keyboard layouts and toggle between them using
# alt+shift keyboard shortcut
XKB_DEFAULT_LAYOUT=es,latam
XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle

# Force firefox to use wayland backend
MOZ_ENABLE_WAYLAND=1

# Set cursor theme.
# Find icons themes with the command below or similar:
#     find /usr/share/icons/ -type d -name "cursors"
XCURSOR_THEME=Nordic-cursors
