feat: mobile-optimized kitty config, Xpra HTML5 tuning, higher DPI

- 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
This commit is contained in:
Mortdecai
2026-03-26 18:36:49 -04:00
parent 8f3f2cae4c
commit dcf9a53309
3 changed files with 59 additions and 14 deletions
+5 -1
View File
@@ -19,9 +19,13 @@ ExecStart=/usr/bin/xpra start \
--no-printing \
--sharing=yes \
--readonly=no \
--dpi=144 \
--desktop-scaling=auto \
--encoding=auto \
--min-quality=80 \
--no-daemon
ExecStop=/usr/bin/xpra stop :0
ExecStop=/usr/bin/xpra stop
Restart=on-failure
RestartSec=5