Numbered workspaces in the top bar, a top bar that gets out of the way, and windows tiled as they open. Use any of them, or all three. WORKSPACE NUMBERS See which workspace you are on at a glance, instead of counting dots. • Click a number to switch to that workspace • Super+1 to Super+0 jumps straight there, and creates the workspace if it does not exist yet • The workspace switcher popup no longer appears, since the top bar already shows where you are AUTO-HIDE THE TOP BAR The bar stays visible while nothing is in its way, and slides away when a window needs the room. Push the pointer against the top edge of the screen to bring it back. It stays put in the overview and while a menu is open. While auto-hide is on, windows use the full height of the screen and the bar floats above them, so nothing resizes when you peek at the clock. AUTO-TILING (off by default) Windows are laid out as they open, in the style of Hyprland's dwindle layout: each new window splits the focused one, and closing a window gives its space back. Focus follows the mouse, and keys move focus, swap, resize, float and maximize windows; both can be changed. Small utility apps open floating, and the list can be edited. The layout is kept while the screen is locked. Each feature can be turned off individually in Preferences.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-M-008 warning
extensions using unlock-dialog must document it in disable() comments
Extensions using `unlock-dialog` should document the reason in `disable()` comments.
extension.js:50
disable() {
Main.sessionMode.disconnectObject(this);
this._settings.disconnectObject(this);
this._settings = null;
for (const feature of FEATURES)
this._stop(feature);
}