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
35 lines
630 B
Desktop File
35 lines
630 B
Desktop File
[Unit]
|
|
Description=Kitty terminal via Xpra HTML5 (kitty.sethpc.xyz)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=rdp
|
|
Group=rdp
|
|
WorkingDirectory=/home/rdp
|
|
Environment=XDG_RUNTIME_DIR=/run/user/1002
|
|
|
|
ExecStart=/usr/bin/xpra start \
|
|
--bind-ws=0.0.0.0:7681 \
|
|
--start="kitty" \
|
|
--html=on \
|
|
--no-notifications \
|
|
--no-pulseaudio \
|
|
--no-mdns \
|
|
--no-printing \
|
|
--sharing=yes \
|
|
--readonly=no \
|
|
--dpi=144 \
|
|
--desktop-scaling=auto \
|
|
--encoding=auto \
|
|
--min-quality=80 \
|
|
--no-daemon
|
|
|
|
ExecStop=/usr/bin/xpra stop
|
|
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|