workstation/roles/home-gui/files/xfreerdp-flatpak.sh

15 lines
344 B
Bash
Raw Normal View History

2023-09-21 09:46:37 +00:00
#!/bin/sh
# Get X11 working by disabling 'socket=fallback-x11' with Flatseal.
#
# Force single-monitor working by changing 'use multimon:i:1' to
# 'use multimon:i:0' in the .rdpw file.
/usr/bin/flatpak run \
--command=xfreerdp \
com.freerdp.FreeRDP \
2023-09-26 10:29:10 +00:00
/kbd:layout:0x00000809 \
2023-09-21 09:46:37 +00:00
/w:1600 /h:900 \
/dynamic-resolution \
$*