Skip to content

Commit d841ca5

Browse files
committed
Add missing package.json
1 parent 0bf3c08 commit d841ca5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

rpi/.xinitrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ xset s noblank
77
# Hide mouse pointer
88
unclutter -idle 0 &
99

10-
# reduce resolution to fix scaling issues with TVs at RC22
11-
xrandr --output HDMI-1 --mode 1024x768
10+
# Set resolution to full-hd (keep in sync with package.json)
11+
xrandr --output HDMI-1 --mode 1920x1080
1212

1313
# Start browser in kiosk mode
1414
#chromium-browser http://localhost:8082 --start-fullscreen --kiosk --incognito --noerrdialogs --no-first-run --disk-cache-dir=/dev/null

rpi/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "ssl-status-board",
3+
"main": "http://localhost:8082",
4+
"window": {
5+
"kiosk": true,
6+
"width": 1920,
7+
"height": 1080
8+
}
9+
}

0 commit comments

Comments
 (0)