From bfe84e1ed7465d29b7ec0829839b319de9e98a22 Mon Sep 17 00:00:00 2001 From: Dragonium Date: Sun, 14 May 2023 14:31:59 +0200 Subject: [PATCH] Add links to github example config (#220) * Update Master-Tutorial.md add reference to hyprland.conf example file in master-tutorial * Update Configuring-Hyprland.md Add link to github example config to configuration hyperland page * Update pages/Configuring/Configuring-Hyprland.md * Update pages/Configuring/Configuring-Hyprland.md --- pages/Configuring/Configuring-Hyprland.md | 2 +- pages/Getting Started/Master-Tutorial.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Configuring-Hyprland.md b/pages/Configuring/Configuring-Hyprland.md index 856a5dd..2563d2d 100644 --- a/pages/Configuring/Configuring-Hyprland.md +++ b/pages/Configuring/Configuring-Hyprland.md @@ -1,7 +1,7 @@ The config is located in `~/.config/hypr/hyprland.conf`. Hyprland will automatically generate an example config for you if -you don't have one. +you don't have one. You can find an example config [here](https://github.com/hyprwm/Hyprland/blob/main/example/hyprland.conf). By removing the line `autogenerated=1` you'll remove the yellow warning. diff --git a/pages/Getting Started/Master-Tutorial.md b/pages/Getting Started/Master-Tutorial.md index 7cfdcdc..fce4836 100644 --- a/pages/Getting Started/Master-Tutorial.md +++ b/pages/Getting Started/Master-Tutorial.md @@ -49,7 +49,8 @@ list: You're good to go with your adventure, technically. Use SUPER + Q to launch kitty. If you wish to choose the -default terminal before you proceed, you can do so in `~/.config/hypr/hyprland.conf`. +default terminal before you proceed, you can do so in `~/.config/hypr/hyprland.conf` +([example config](https://github.com/hyprwm/Hyprland/blob/main/example/hyprland.conf)). If you want the best experience with less hassle googling, keep reading.