15 lines
830 B
Markdown
15 lines
830 B
Markdown
# Hyprmode
|
|
Using Vim Motions and in general vim-style commands is really neat - so why not apply to the Window Manager as well?
|
|
|
|
## Mapping
|
|
- `Super + W`: Manage windows (close windows, resize them, change split)
|
|
- `Super + Y`: Workspace management (change workspace, move windows to workspaces)
|
|
- `Super + C`: Notification management (dismiss notifications)
|
|
- `Super + X`: Launch commands (for software)
|
|
- `Super + D`: Device management (brightness, volume, media, etc)
|
|
- `Super + S`: Screenshot
|
|
|
|
There are several quick binds available, such as `Super + [0-9]` to switch workspaces, `Super + Shift + [0-9]` to move windows as well as `Super + [hjkl]` to move focus.
|
|
|
|
Additionally, there are shortcuts to commonly used apps, such as `Super + Enter` for `kitty`, `Super + Shift + L` for `librewolf` and `Super + Space` for `rofi`
|