12 lines
415 B
Bash
Executable File
12 lines
415 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# archypr:summary=Overwrite all the user configs in ~/.config/hypr with the Omarchy defaults.
|
|
|
|
archypr-efresh-config hypr/autostart.conf
|
|
archypr-efresh-config hypr/bindings.conf
|
|
archypr-efresh-config hypr/input.conf
|
|
archypr-efresh-config hypr/looknfeel.conf
|
|
archypr-efresh-config hypr/hyprland.conf
|
|
archypr-efresh-config hypr/monitors.conf
|
|
bash "$ARCHYPR_PATH/install/config/detect-keyboard-layout.sh"
|