added emojis

This commit is contained in:
Gaurav Bankar
2024-06-22 09:34:22 +05:30
parent 6451e5557b
commit 9bdb468d16

View File

@@ -1,14 +1,14 @@
# Hyprland & Critical Softwares
# Hyprland & Critical Softwares 🖥️🔧
With the prerequisite base system established, we proceed to the core of this guide. This section delineates the process of installing Hyprland and configuring critical system software to ensure a robust and efficient workflow.
## Hyprland Installation
## Hyprland Installation 🚀
1. **Install Hyprland:**
```
pacman -S hyprland
```
**Pro Tip:** If you're feeling adventurous, you can always grab the bleeding-edge version from the AUR for the latest features and fixes.
**Pro Tip:💡** If you're feeling adventurous, you can always grab the bleeding-edge version from the AUR for the latest features and fixes.
2. **Initiate Hyprland:**
As we installed SDDM before, you can also start the session through it.
@@ -18,7 +18,7 @@ With the prerequisite base system established, we proceed to the core of this gu
```
3. **Upon initial launch:** A top bar will display with a warning and commands to launch Kitty and exit Hyprland.
To remove the warning:
To remove the warning ⚠️:
* Launch Kitty using the shortcut **`(SUPER + Q)`**
* Navigate to `~/.config/hypr/hyprland.conf` and either comment out or remove the line `autogenerated = 1`.
@@ -29,7 +29,7 @@ To remove the warning:
To access web resources, open Kitty and execute `brave-browser` to launch the Brave browser.
## Critical System Components
## Critical System Components 🛠️
1. **XDG Desktop Portal:** The XDG Desktop Portal is crucial for handling desktop functionalities such as file dialogs and screensharing.
```
@@ -68,7 +68,7 @@ To access web resources, open Kitty and execute `brave-browser` to launch the Br
exec-once=/usr/bin/dunst
```
## Hyprland Session Reload
## Hyprland Session Reload 🔄
After installing the critical software components and making the necessary configurations, restart your Hyprland session to ensure all new settings and software are properly initialized and integrated.
Next: [Basic Configuration](basic_configuration.md)
**Next:** [Basic Configuration](basic_configuration.md) 👉