We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e82a46 + 8822fb7 commit 05202d2Copy full SHA for 05202d2
2 files changed
VERSION
@@ -1 +1 @@
1
-v1.0.9
+v1.0.10
src/openbox/autostart
@@ -1,5 +1,6 @@
# Set screen resolution to 1920x1080 on both HDMI ports (for Raspberry Pi)
2
-xrandr --output HDMI-1 --mode 1920x1080 --output HDMI-2 --mode 1920x1080 &
+xrandr --output HDMI-1 --mode 1920x1080 &
3
+xrandr --output HDMI-2 --mode 1920x1080 &
4
# Set gradient background
5
feh --bg-scale ~/.config/thinOS/backgrounds/gradient.png &
6
# Autostart PyRDPConnect in full-screen mode
0 commit comments