A Sublime Text plugin to allow removing the titlebar of the window.
Note: Since version 2.0.2 linux support has been dropped. If you still need linux support, you can install version 1.5.0 manually.
- Sublime Text v3+
- Dependencies:
-
- enum
-
- typing
-
- screeninfo
- Allows to make the titlebar toggleable
- By default binds to
CTRL+F11
. If"replace_default_fs_shortcut"
is enabled, re-binds the originalF11
Fullscreen keyboard shortcut toCtrl+F11
and sets Chromeless toF11
. - Enable chromeless (titlebar-less) mode on new window (with go_chromeless_on_new_window) (works perferctly with the 'Hide Menu' plugin)
- Window is not movable/draggable
Sublime Text Package Control package manager
- Open "Package Control: Install Package" from the Command Palette (
Ctrl/Super
+Shift
+P
). - Select the "Chromeless" option to install.
git clone https://github.com/ggets/Sublime_Chromeless.git "Chromeless"
Download the package from Releases and extract it to your Data/Packages folder.
Ideas and pull requests are welcome