Open
Conversation
Combined with "--app=URL", "--single-app" will replace the URL of an existing browser window, instead of opening a new one. If no existing browser window is open, "--single-app" is a no-op and a new browser window will open. Example: # Open a browser in full screen, app mode (e.g. a "kiosk") midori -e fullscreen -a https://www.google.com # Replace the webpage shown on the existing browser midori --single-app -a https://www.yahoo.com
Complementary to '-e fullscreen' which toggles fullscreen mode, this command always turns full-screen mode (or no-op if already in full screen mode). This is useful for kiosk mode, especially with changing the kiosk webpage display from the command line. Example: midory -e force-fullscreen -a https://www.yahoo.com
laffer1
added a commit
to MidnightBSD/raphael
that referenced
this pull request
May 24, 2023
Add --single-app command-line option for easier kiosk mode new -e/--execute command: 'force-fullscreen'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.