diff --git a/docs/getting-started/configuration/basic_configuration.md b/docs/getting-started/configuration/basic_configuration.md new file mode 100644 index 0000000..0802a36 --- /dev/null +++ b/docs/getting-started/configuration/basic_configuration.md @@ -0,0 +1,3 @@ +# Basic Configuration + +In this section, we'll cover the fundamental configurations needed to get your Hyprland environment up and running smoothly. Let's dive into each aspect. \ No newline at end of file diff --git a/docs/getting-started/installation_Hypr.md b/docs/getting-started/installation_Hypr.md index 5c2b5c0..939d97e 100644 --- a/docs/getting-started/installation_Hypr.md +++ b/docs/getting-started/installation_Hypr.md @@ -1,5 +1,4 @@ # Hyprland & Critical Softwares - Now that our base system is set up with all the prerequisites, it's time to start transforming your setup with Hyprland. In this section, we'll walk you through installing Hyprland and essential software to ensure a smooth and efficient workflow. ### Hyprland Installation @@ -23,6 +22,8 @@ Now that our base system is set up with all the prerequisites, it's time to star * `SUPER + C`: Kill the active window * `SUPER + M`: Quit hyprland (but why would you want to?) +* How to access the web(this tutorial), open kitty and launch Firefox with `firefox` + 4. Add the necessary environment variables to your `hyprland.conf`. * * @@ -56,7 +57,6 @@ Now that our base system is set up with all the prerequisites, it's time to star A notification daemon is essential for handling system notifications. If you're unsure which to use, dunst is a worthy choice. ``` pacman -S dunst - ``` ### Restart Hyprland After installing the critical software and making the necessary configurations, restart your Hyprland session to apply the changes. This will ensure that all new settings and software are properly loaded. diff --git a/docs/getting-started/prerequisites.md b/docs/getting-started/prerequisites.md index ff026ff..6389735 100644 --- a/docs/getting-started/prerequisites.md +++ b/docs/getting-started/prerequisites.md @@ -1,5 +1,3 @@ - - # Prerequisites Before we dive into the nitty-gritty of setting up Hyprland, let's make sure you've got your ducks in a row. These prerequisites will ensure a smooth sail through the installation and configuration process, so you can bask in the glory of a customized tiling experience.