Skip to content

Commit 05202d2

Browse files
authored
Merge pull request #12 from LaswitchTech/dev
General: Version bumped to v1.0.10
2 parents 2e82a46 + 8822fb7 commit 05202d2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.9
1+
v1.0.10

src/openbox/autostart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Set screen resolution to 1920x1080 on both HDMI ports (for Raspberry Pi)
2-
xrandr --output HDMI-1 --mode 1920x1080 --output HDMI-2 --mode 1920x1080 &
2+
xrandr --output HDMI-1 --mode 1920x1080 &
3+
xrandr --output HDMI-2 --mode 1920x1080 &
34
# Set gradient background
45
feh --bg-scale ~/.config/thinOS/backgrounds/gradient.png &
56
# Autostart PyRDPConnect in full-screen mode

0 commit comments

Comments
 (0)