wow
This commit is contained in:
parent
1ab0263e27
commit
15091ac422
19 changed files with 2328 additions and 263 deletions
82
docs/keybindings.md
Normal file
82
docs/keybindings.md
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Keybindings
|
||||
|
||||
These are the Hyprland keybindings for the `ena` host. Press `SUPER+K` to
|
||||
open the same list in a searchable on-screen menu.
|
||||
|
||||
## Applications
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `SUPER+Enter` | Open terminal |
|
||||
| `SUPER+Shift+Enter` | Open browser |
|
||||
| `SUPER+Alt+Enter` | Open floating terminal |
|
||||
| `SUPER+Space` | Open Vicinae launcher |
|
||||
| `SUPER+E` | Open file manager |
|
||||
| `SUPER+Shift+F` | Open file manager |
|
||||
| `SUPER+Shift+E` | Open Yazi |
|
||||
| `SUPER+V` | Open clipboard history |
|
||||
| `SUPER+Ctrl+V` | Open clipboard history |
|
||||
| `SUPER+grave` | Toggle scratchpad terminal |
|
||||
| `SUPER+K` | Show this keybinding list |
|
||||
|
||||
## Windows
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `SUPER+Q` | Close active window gracefully |
|
||||
| `SUPER+W` | Close active window gracefully |
|
||||
| `SUPER+T` | Toggle floating |
|
||||
| `SUPER+F` | Toggle fullscreen |
|
||||
| `SUPER+P` | Toggle pseudo-tile |
|
||||
| `SUPER+J` | Toggle split direction |
|
||||
| `SUPER+L` | Lock screen |
|
||||
| `SUPER+Ctrl+L` | Lock screen (compatibility) |
|
||||
| `SUPER+F1` | Toggle Quickshell overview |
|
||||
| `SUPER+H` | Toggle Quickshell bar |
|
||||
| `SUPER+Alt+Space` | Open Hyprland settings |
|
||||
|
||||
## Navigation and workspaces
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `SUPER+Arrow` | Focus a window in that direction |
|
||||
| `SUPER+Ctrl+Arrow` | Move the active window in that direction |
|
||||
| `SUPER+Shift+Arrow` | Swap with a window in that direction |
|
||||
| `SUPER+Alt+Arrow` | Resize the active window |
|
||||
| `SUPER+1..0` | Switch to workspace 1..10 |
|
||||
| `SUPER+Shift+1..0` | Move the active window to workspace 1..10 |
|
||||
| `SUPER+Tab` | Next workspace |
|
||||
| `SUPER+Shift+Tab` | Previous workspace |
|
||||
| `SUPER+Mouse wheel` | Switch workspace |
|
||||
| `SUPER+Left click` | Move a window |
|
||||
| `SUPER+Right click` | Resize a window |
|
||||
|
||||
## Screenshots and input
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `SUPER+Shift+S` | Select an area and annotate a screenshot |
|
||||
| `Print` | Capture the whole screen and annotate it |
|
||||
| `Right Alt` | Toggle Korean/English input |
|
||||
|
||||
## Zoom
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `SUPER++` / `SUPER+KP_ADD` | Zoom in around cursor |
|
||||
| `SUPER+-` / `SUPER+KP_SUBTRACT` | Zoom out around cursor |
|
||||
|
||||
## Hardware
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| Volume keys | Change or mute audio |
|
||||
| Microphone mute key | Mute the microphone |
|
||||
| Brightness keys | Change screen brightness |
|
||||
| Media keys | Previous / play-pause / next |
|
||||
|
||||
## Other
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `Ctrl+Alt+Delete` | Exit Hyprland |
|
||||
Loading…
Reference in a new issue