### Install Lunacy Beta Source: https://lunacy.docs.icons8.com/llms-full.txt Installs the beta version of Lunacy using Flatpak. Ensure the Flathub Beta repository is added first. ```bash flatpak install flathub-beta com.icons8.Lunacy ``` -------------------------------- ### Run Lunacy Source: https://lunacy.docs.icons8.com/llms-full.txt Command to run Lunacy, applicable to both stable and beta versions installed via Flatpak. ```bash flatpak run com.icons8.Lunacy ``` -------------------------------- ### Add Flathub Beta Repository Source: https://lunacy.docs.icons8.com/llms-full.txt Adds the Flathub Beta repository if it doesn't already exist. This is a prerequisite for installing beta versions of applications via Flatpak. ```bash flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo ``` -------------------------------- ### Uninstall Lunacy Stable Source: https://lunacy.docs.icons8.com/llms-full.txt Uninstalls the stable version of Lunacy. This is a necessary step before installing the beta version if both cannot be installed simultaneously. ```bash flatpak uninstall com.icons8.Lunacy ``` -------------------------------- ### Create a Frame Source: https://lunacy.docs.icons8.com/llms-full.txt Use the 'A' key or the Frame tool to create a new frame. You can drag to create a custom size or snap to presets. Hold Ctrl/⌘ to hide preset indicators. ```text A ``` -------------------------------- ### Add Custom Frame Preset Source: https://lunacy.docs.icons8.com/llms-full.txt After creating a custom frame, select it and click 'Create Frame Preset' to add it to your list of presets. Name the preset and press Enter. ```text Enter ``` -------------------------------- ### Group Layers into a Frame Source: https://lunacy.docs.icons8.com/llms-full.txt Select layers and use the shortcut to group them into a frame. Alternatively, draw a frame over the selected layers. ```text Ctrl + Alt + G / ⌘ + ⌥ + G ```