15 lines
539 B
Bash
Executable File
15 lines
539 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Overwrite all the user Hyprland Lua configs in ~/.config/hypr with the Omarchy defaults.
|
|
|
|
omarchy-refresh-config hypr/.luarc.json
|
|
omarchy-refresh-config hypr/autostart.lua
|
|
omarchy-refresh-config hypr/bindings.lua
|
|
omarchy-refresh-config hypr/input.lua
|
|
omarchy-refresh-config hypr/looknfeel.lua
|
|
omarchy-refresh-config hypr/hyprland.lua
|
|
omarchy-refresh-config hypr/monitors.lua
|
|
|
|
mkdir -p ~/.local/state/omarchy/toggles/hypr
|
|
cp "$OMARCHY_PATH/default/hypr/toggles/flags.lua" ~/.local/state/omarchy/toggles/hypr/
|