Skip to content

Instantly share code, notes, and snippets.

@hannesfrank
Last active August 9, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hannesfrank/b68f92e253575bdfc50d0ca0c8524238 to your computer and use it in GitHub Desktop.
Save hannesfrank/b68f92e253575bdfc50d0ca0c8524238 to your computer and use it in GitHub Desktop.
RemNote.desktop (application mode for Chromium)

Run RemNote in its own window without browser controls. Browser shortcuts are also disabled so there are no clashes with RemNotes shortcuts.

Installation

Save the .desktop in $HOME/.local/share/applications and the icon in $HOME/.local/share/icons. You can also execute the install.sh script.

If you have Google Chrome installed instead of Chromium, replace chromium with google-chrome.

Tip: If you want something like a distraction-free mode you can use --kiosk instead of --app which runs the app full screen with no easy way to get out. You can use alt+F4 to terminate, but I don't know how this behaves with unsaved state. This works only in Google Chrome.

Tip: You can also use More tools > Create shortcut in Chromiums burger menu to create an app.

cp RemNote.png "$HOME/.local/share/icons/"
cp remnote.desktop "$HOME/.local/share/applications/"
[Desktop Entry]
Name=RemNote
Version=1.0
Type=Application
Comment="The Best Way to Remember and Organize What You Learn."
Categories=Internet
TryExec=chromium
Exec=chromium --app=http://remnote.io --new-window
Icon=RemNote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment