A radial hexagon menu to boost productivity
After installing and starting the application for the first time the settings should open right away.
If this is not the case, you can open the settings (and quit HexaLaunch) at any time by right-clicking the tray icon.
Jump to Settings to find out how to customize your application.
The default start hotkey to open the HexUI is Ctrl
+Shift
+Space
.
If there are no assets in your layout, an empty HexUI is displayed. If you have already filled your hexagons, you only need to click on them to launch the placed app.
The sub hexagons will pop up when you hover over their main hexagon. You don't necessarily have to hover over the main hexagons, they pop out when the mouse pointer is in their radius area (image below).
The keyboard navigation is not yet fully developed - currently you can fold out the sub hexagons with the number keys 1-6.
Icon | Name | Description |
---|---|---|
Search | The search detects almost all installed applications. When the HexUI is open, you can start typing to search for something. The search action does not have to be added to your layout. | |
Paper_bin | The paper bin action can empty your paper bin with one click. You can add the paper bin action to your layout in the settings. | |
Music | Played music is detected and can be paused and skipped by hovering over the hexagon. You can add the music action to your layout in the settings. |
In the appearance tab you can select and create themes. You can always edit or delete your themes later using the icon buttons that become visible when you hover over them. If you don't know where to start, use existing themes as a starting point.
You can also adjust the size and margin of the hexagons to your liking, as well as change the colors of the settings.
In the layout tab you can drag & drop assets to add, switch and replace them. You can find apps using the search bar or browsing the relevant apps list, where you should find most important apps.
While hovering over filled hexagon a menu appears, with a bin and link icon. The bin icon lets you remove the asset, and the link icon lets you specify a URL that the application should open. After adding a browser, you can enter weblinks to open specific websites.
If you have personal custom apps or the search doesn’t find the app you’re looking for, you can drag & drop it into the relevant list. After that you can add it to your layout.
In the preferences you can set the start hotkey to open the HexUI and switch some settings (Keyboard Navigation, Full Layout, Move to Cursor, Autostart) on and off.
The Tauri prerequisites need to be fulfilled: https://tauri.app/v1/guides/getting-started/prerequisites
$ npm install
Make sure you only have 1 instance of the app running at a time, as well as enough space for the dev dependencies (~ 18GB)
$ npm run tauri dev
Builds a executable for your current platform. Releases can be created via the github tauri_publish action by adding a new release tag.
$ npm run tauri build