mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-10 17:51:53 -07:00
Fix example config name in auto-generated cfg header (#8509)
Previously, it was suggesting to find `hypr.conf` in the `examples/` folder which doesn't exist. This patch fixed that to point to the existing file. Additionally, the change updates `HYPR` to `HYPRLAND` in the same header.
This commit is contained in:
committed by
GitHub
parent
97493511f9
commit
df9ff44899
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
inline const std::string AUTOCONFIG = R"#(
|
inline const std::string AUTOCONFIG = R"#(
|
||||||
# #######################################################################################
|
# #######################################################################################
|
||||||
# AUTOGENERATED HYPR CONFIG.
|
# AUTOGENERATED HYPRLAND CONFIG.
|
||||||
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hyprland.conf AND EDIT IT,
|
||||||
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
||||||
# #######################################################################################
|
# #######################################################################################
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user