4 lines
203 B
Bash
4 lines
203 B
Bash
# Toggles are used to turn certain features on/off in a persistent way
|
|
mkdir -p ~/.local/state/omarchy/toggles/hypr
|
|
cp "$OMARCHY_PATH/default/hypr/toggles/flags.lua" ~/.local/state/omarchy/toggles/hypr/
|