Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kiosk improvements #445

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

agordon
Copy link

@agordon agordon commented Mar 5, 2021

No description provided.

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant