Profiles and Presets
Tool presets (quick slots)
Presets let you save a tool + color + size combination and switch instantly.
Defaults:
- Apply preset 1-5 with keys
1to5 - Save preset 1-5 with
Shift+1toShift+5
Configure them in config.toml:
[presets]
slot_count = 5
[presets.slot_1]
name = "Red pen"
tool = "pen"
color = "red"
size = 3.0
The presets section can be shown in the side toolbar and can display apply/save/clear toasts.
Config profiles (file switching)
Wayscriber uses a single config file. You can simulate profiles by keeping multiple files and symlinking the one you want.
Example:
mkdir -p ~/configs
cp config.example.toml ~/configs/wayscriber-presentation.toml
cp config.example.toml ~/configs/wayscriber-recording.toml
ln -sf ~/configs/wayscriber-presentation.toml ~/.config/wayscriber/config.toml
Switch the symlink and restart Wayscriber to apply the new profile.