diff --git a/README.md b/README.md index ea5b7af..04cfc94 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ This repository contains instructions and configurations for setting up Hyprland - [Requirements](#requirements) - [Package Dependencies](#package-dependencies) - [Installation](#installation) + - [Keybindings](#keybindings) + - [Hyprland](#hyprland) + - [Rofi](#rofi) + - [Apps](#apps) ## Requirements @@ -56,6 +60,7 @@ The following packages are required for the proper functioning of Hyprland on Vo - Waybar - swaybg + - playerctl - animated bg [swww](https://github.com/LGFae/swww) - swaylock or [swaylock-effects](https://github.com/mortie/swaylock-effects) - grim @@ -93,4 +98,46 @@ Follow these steps to install Hyprland on your Void Linux system: ```bash stow hyprland - ``` \ No newline at end of file + ``` + +## Keybindings + +### Hyprland + +| Keys | Action | +| ------------------------------------: | :------------------------------ | +| SUPER + C | Close window | +| SUPER + K | Toggle Waybar | +| SUPER + P | Toggle pseudo-tiling | +| SUPER + D | Toggle split | +| F11 | Fullscreen | +| SUPER + F | Maximize | +| SUPER + Arrows or H,J,K,L | Move window focus | +| SUPER + ALT + Arrows | Move tiled window | +| SUPER + ALT + Arrows | Resize window | +| SUPER + [1-9][0] | Change workspace [1-10] | +| SUPER + SHIFT + [1-9][0] | Move window to workspace [1-10] | +| CTRL + SUPER + ARROW LEFT | Go to previous workspace | +| CTRL + SUPER + ARROW RIGHT | Go to next workspace | +| SUPER + Left Click | Drag window | +| SUPER + Right Click | Drag resize window | +| SUPER + Y | Random wallpaper | + +### Rofi + +| Keys | Action | +| -------------------: | :---------------- | +| SUPER + R | App launcher | +| SUPER + V | Clipboard manager | +| SUPER + L | Logout menu | +| SUPER + U | Wallpaper menu | +| SUPER + X | Screenshot applet | + + +### Apps +| Keys | Action | +| -------------------: | :------------------- | +| SUPER + Q | Terminal | +| SUPER + W | Terminal with zellij | +| SUPER + E | File manager | +| SUPER + N | Network manager |