Skip to content

Instantly share code, notes, and snippets.

@lbjay
Created April 20, 2020 12:50
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 lbjay/1a98b4d6f0d1b8ac27d16e12138479da to your computer and use it in GitHub Desktop.
Save lbjay/1a98b4d6f0d1b8ac27d16e12138479da to your computer and use it in GitHub Desktop.
browser app for i3wm example
[Desktop Entry]
Version=1.0
Name=Todoist
Exec=firefox --class Todoist -P Todoist --no-remote https://todoist.com/app/#start
Terminal=false
Type=Application
Icon=~/.local/share/icons/hicolor/32x32/apps/todoist.svg
/*
* * Do not remove the @namespace line -- it's required for correct functioning
* */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
#navigator-toolbox {visibility: collapse;}
browser {margin-right: -14px; margin-bottom: -14px;}
#tabbrowser-tabs {
visibility: collapse !important;
}
#titlebar {
visibility: collapse;
}
tab { display: none !important; }
#sidebar-header {
visibility: collapse !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment