Skip to content

Commit

Permalink
Page refresh update (#526)
Browse files Browse the repository at this point in the history
* Update safe_refresh

xdotool key F11 no longer required. 

Refresh doesn't take the browser out of full screen anymore, with  
'xdotool key F11' in place it cycles fullscreen on and off.

* Update refresh

xdotool key F11 is no longer required. 

Refresh doesn't take the browser out of full screen anymore, with  
'xdotool key F11' in place it cycles fullscreen on and off.
  • Loading branch information
adamjgreen authored Mar 4, 2024
1 parent d9649f5 commit 06fb106
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/modules/fullpageos/filesystem/home/pi/scripts/refresh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ sleep 1
WID=$(xdotool search --onlyvisible --class chromium|head -1)
xdotool windowactivate ${WID}
xdotool key ctrl+F5

xdotool key F11
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ export DISPLAY=:0
WID=$(xdotool search --onlyvisible --class chromium|head -1)
xdotool windowactivate ${WID}
xdotool key ctrl+F5

xdotool key F11

0 comments on commit 06fb106

Please sign in to comment.