dcf9a53309
- Kitty font 16pt, hide decorations, bottom tab bar, touch-friendly - Xpra DPI 144, min-quality 80 for crisp text - HTML5 client: floating menu enabled, swap keys for touch - Natural scrolling for mobile devices
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
# kitty-web mobile-optimized Xpra HTML5 settings
|
|
|
|
# Block telemetry
|
|
blocked-hosts = xpra.org,www.xpra.org
|
|
|
|
# Quality - prefer sharpness for text
|
|
min-quality = 80
|
|
min-speed = 80
|
|
|
|
# Swap scroll direction for touch devices (natural scrolling)
|
|
swap_keys = true
|
|
|
|
# Floating menu enabled by default (has keyboard toggle, fullscreen, etc.)
|
|
floating_menu = true
|
|
|
|
# Encoding - prefer tight/PNG for crisp text rendering
|
|
encoding = auto
|