Skip to content

general

Shell-wide settings that don't belong to any specific module.

General

FieldTypeDefaultDescription
font-sansstring"Inter"Sans-serif font family for UI text and labels.
font-monostring"JetBrains Mono"Monospace font family for code and technical content.
tearing-modeboolfalseDemote overlay surfaces to allow compositor screen tearing.
More about tearing-mode

When enabled, surfaces that would normally use the overlay layer are demoted to top, allowing fullscreen games to use direct scanout.

Default configuration

toml
[general]
font-sans = "Inter"
font-mono = "JetBrains Mono"
tearing-mode = false

Released under the MIT License.