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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user