mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 00:43:43 +02:00
doc: hyprland keybinds
This commit is contained in:
parent
13b6faf573
commit
3096bc776a
1 changed files with 48 additions and 1 deletions
47
README.md
47
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
|
||||
|
@ -94,3 +99,45 @@ Follow these steps to install Hyprland on your Void Linux system:
|
|||
```bash
|
||||
stow hyprland
|
||||
```
|
||||
|
||||
## Keybindings
|
||||
|
||||
### Hyprland
|
||||
|
||||
| Keys | Action |
|
||||
| ------------------------------------: | :------------------------------ |
|
||||
| <kbd>SUPER + C</kbd> | Close window |
|
||||
| <kbd>SUPER + K</kbd> | Toggle Waybar |
|
||||
| <kbd>SUPER + P</kbd> | Toggle pseudo-tiling |
|
||||
| <kbd>SUPER + D</kbd> | Toggle split |
|
||||
| <kbd>F11</kbd> | Fullscreen |
|
||||
| <kbd>SUPER + F</kbd> | Maximize |
|
||||
| <kbd>SUPER + Arrows or H,J,K,L</kbd> | Move window focus |
|
||||
| <kbd>SUPER + ALT + Arrows</kbd> | Move tiled window |
|
||||
| <kbd>SUPER + ALT + Arrows</kbd> | Resize window |
|
||||
| <kbd>SUPER + [1-9][0]</kbd> | Change workspace [1-10] |
|
||||
| <kbd>SUPER + SHIFT + [1-9][0]</kbd> | Move window to workspace [1-10] |
|
||||
| <kbd>CTRL + SUPER + ARROW LEFT</kbd> | Go to previous workspace |
|
||||
| <kbd>CTRL + SUPER + ARROW RIGHT</kbd> | Go to next workspace |
|
||||
| <kbd>SUPER + Left Click</kbd> | Drag window |
|
||||
| <kbd>SUPER + Right Click</kbd> | Drag resize window |
|
||||
| <kbd>SUPER + Y</kbd> | Random wallpaper |
|
||||
|
||||
### Rofi
|
||||
|
||||
| Keys | Action |
|
||||
| -------------------: | :---------------- |
|
||||
| <kbd>SUPER + R</kbd> | App launcher |
|
||||
| <kbd>SUPER + V</kbd> | Clipboard manager |
|
||||
| <kbd>SUPER + L</kbd> | Logout menu |
|
||||
| <kbd>SUPER + U</kbd> | Wallpaper menu |
|
||||
| <kbd>SUPER + X</kbd> | Screenshot applet |
|
||||
|
||||
|
||||
### Apps
|
||||
| Keys | Action |
|
||||
| -------------------: | :------------------- |
|
||||
| <kbd>SUPER + Q</kbd> | Terminal |
|
||||
| <kbd>SUPER + W</kbd> | Terminal with zellij |
|
||||
| <kbd>SUPER + E</kbd> | File manager |
|
||||
| <kbd>SUPER + N</kbd> | Network manager |
|
||||
|
|
Loading…
Add table
Reference in a new issue