mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
14 lines
523 B
Bash
Executable File
14 lines
523 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
|
|
bash "$OMARCHY_PATH/install/config/omarchy-toggles.sh"
|
|
bash "$OMARCHY_PATH/install/config/detect-keyboard-layout.sh"
|