10 lines
307 B
Bash
Executable File
10 lines
307 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Overwrite all the user configs in ~/.config/hypr with the Nomarchy defaults.
|
|
|
|
nomarchy-refresh-config hypr/autostart.conf
|
|
nomarchy-refresh-config hypr/bindings.conf
|
|
nomarchy-refresh-config hypr/input.conf
|
|
nomarchy-refresh-config hypr/looknfeel.conf
|
|
nomarchy-refresh-config hypr/hyprland.conf
|