doc: backup warn message
This commit is contained in:
parent
fbc2524991
commit
fee99d6853
1 changed files with 20 additions and 14 deletions
12
README.md
12
README.md
|
@ -31,6 +31,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
<summary><strong>Core Hyprland Components</strong></summary>
|
||||
|
||||
- [Void-Hyprland](https://github.com/Makrennel/hyprland-void) : ```hyprland hyprland-protocols xorg-server-xwayland xdg-desktop-portal-hyprland xdg-desktop-portal xdg-utils wayland wayland-protocols xdg-desktop-portal-wlr xdg-desktop-portal-gtk```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
@ -43,6 +44,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
- Dev tools : ```git base-devel```
|
||||
- Amd Drivers : ```Vulkan-Headers Vulkan-Tools Vulkan-ValidationLayers-32bit mesa-vulkan-radeon mesa-vulkan-radeon-32bit vulkan-loader vulkan-loader-32bit libspa-vulkan libspa-vulkan-32bit amdvlk mesa-dri```
|
||||
- [Audio and Video](https://docs.voidlinux.org/config/media/pipewire.html) : ```pipewire wireplumber```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
@ -51,8 +53,8 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
- Ui Components : ```Waybar avizo font-awesome-6 swaylock dunst``` [rofi](https://github.com/lbonn/rofi/blob/wayland/INSTALL.md)
|
||||
- Wallpaper Daemons : ```swaybg mpvpaper``` [swww](https:i//github.com/LGFae/swww)
|
||||
- Utilities : ```grim jq slurp playerctl cliphist wl-clipboard swayidle swappy pavucontrol```
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -63,13 +65,14 @@ Follow these steps to install Hyprland on your Void Linux system:
|
|||
```bash
|
||||
git clone https://github.com/hesam-init/.dots-hyprland.git ~/.dots-hyprland
|
||||
```
|
||||
|
||||
2. Change into the repository directory:
|
||||
|
||||
```bash
|
||||
cd ~/.dots-hyprland
|
||||
```
|
||||
|
||||
> ! Warning: Before executing the following command to sync configurations, ensure you have backed up your data to prevent any unintended loss.
|
||||
|
||||
3. Run this command to sync configs:
|
||||
|
||||
```bash
|
||||
|
@ -80,6 +83,7 @@ Follow these steps to install Hyprland on your Void Linux system:
|
|||
|
||||
### Hyprland
|
||||
|
||||
|
||||
| Keys | Action |
|
||||
| ------------------------------------: | :------------------------------ |
|
||||
| <kbd>SUPER + C</kbd> | Close window |
|
||||
|
@ -101,6 +105,7 @@ Follow these steps to install Hyprland on your Void Linux system:
|
|||
|
||||
### Rofi
|
||||
|
||||
|
||||
| Keys | Action |
|
||||
| -------------------: | :---------------- |
|
||||
| <kbd>SUPER + R</kbd> | App launcher |
|
||||
|
@ -109,8 +114,9 @@ Follow these steps to install Hyprland on your Void Linux system:
|
|||
| <kbd>SUPER + U</kbd> | Wallpaper menu |
|
||||
| <kbd>SUPER + X</kbd> | Screenshot applet |
|
||||
|
||||
|
||||
### Apps
|
||||
|
||||
|
||||
| Keys | Action |
|
||||
| -------------------: | :------------------- |
|
||||
| <kbd>SUPER + Q</kbd> | Terminal |
|
||||
|
|
Loading…
Add table
Reference in a new issue