Created
April 20, 2020 12:50
-
-
Save lbjay/1a98b4d6f0d1b8ac27d16e12138479da to your computer and use it in GitHub Desktop.
browser app for i3wm example
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
[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 |
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
/* | |
* * 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