Save and Restore Custom Layouts in Audacity
Audacity allows you to tailor your editing environment by moving, docking, hiding, and resizing various toolbars to suit different workflows like podcasting, music recording, or audio restoration. While Audacity automatically retains your active setup between sessions, it lacks a dedicated in-app preset manager for multiple workspaces. This guide explains how to customize your workspace, back up specific layouts using configuration files, and restore them or return to the factory defaults whenever needed.
Customizing Your Workspace
Audacity organizes its interface using modular toolbars. You can modify these to fit your display preferences:
- Show or Hide Toolbars: Go to View > Toolbars and check or uncheck individual items, such as the Transport Toolbar, Tools Toolbar, Edit Toolbar, or Meter Toolbars.
- Move and Dock Toolbars: Click and drag the grabber handle (the dotted vertical bar on the left edge of any toolbar). Drag it to another position in the top or bottom dock areas, or pull it into the main project window to make it a floating toolbar.
- Resize Toolbars: Grab the outer edges of certain elements, such as the recording and playback level meters, to stretch them horizontally or vertically across your workspace for better precision.
Audacity automatically writes this active layout to your disk when you close the application.
Saving Layouts via Configuration Files
Because Audacity stores all interface customizations in a single settings file, you can create and save distinct layout presets by creating copies of this file.
Step 1: Set Up the Layout
- Open Audacity and arrange the toolbars for a specific task (for example, a minimal layout for voiceover recording).
- Close Audacity completely to ensure the changes are saved to disk.
Step 2: Locate and Copy the Configuration File
Navigate to the directory where Audacity stores its preferences based on your operating system:
- Windows: Press
Win + R, type%appdata%\audacity, and press Enter. - macOS: Open Finder, press
Cmd + Shift + G, paste~/Library/Application Support/audacity, and press Enter. - Linux: Navigate to
~/.config/audacity/or~/.audacity-data/.
Locate the file named audacity.cfg. Copy this file and
rename the copy to reflect your workspace (for example,
audacity-voiceover.cfg or
audacity-editing.cfg). Store these backups in the same
folder or in a dedicated presets folder.
Restoring a Custom Layout
To switch to a previously saved custom layout profile:
- Close Audacity.
- Open the directory containing your Audacity configuration files.
- Delete or rename the current
audacity.cfgfile. - Copy your chosen preset file (e.g.,
audacity-voiceover.cfg) and rename the duplicate toaudacity.cfg. - Launch Audacity. The interface will open with the exact toolbar positions and states saved in that profile.
Resetting to Default Layout
If your workspace becomes cluttered or a toolbar goes missing, you can instantly revert to the factory layout from within the software:
- Open Audacity.
- Go to the menu bar and select View > Toolbars > Reset Toolbars.
All toolbars will immediately snap back to their default docked positions and visibility settings.