minor modifications

This commit is contained in:
Gaurav Bankar
2024-06-02 18:33:19 +05:30
parent d87ba7d4d4
commit 00d56c7ecb
3 changed files with 5 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.