This commit is contained in:
Hadi 2024-10-08 20:07:56 +02:00
parent 3f0a694b5f
commit a554505de2
3 changed files with 42 additions and 41 deletions

View File

@ -1,9 +1,10 @@
[//]: # (This file is autogenerated)
# Keybindings for Hyprland # Keybindings for Hyprland
The list of the keybindings working on Hyprland: The list of the keybindings working on Hyprland:
| Description | Keybinding | | Description | Keybinding |
|------------------------------|--------------------------| | -- | -- |
| Switch Workspace | SUPER + {Number} | | Switch Workspace | SUPER + {Number} |
| Move app to Workspace | SHIFT + SUPER + {Number} | | Move app to Workspace | SHIFT + SUPER + {Number} |
| Kitty | SUPER + RETURN | | Kitty | SUPER + RETURN |
@ -21,6 +22,8 @@ The list of the keybindings working on Hyprland:
| Move focus Right | SUPER + right | | Move focus Right | SUPER + right |
| Move focus Up | SUPER + up | | Move focus Up | SUPER + up |
| Move focus Down | SUPER + down | | Move focus Down | SUPER + down |
| Focus previous monitor | SHIFT + SUPER + up |
| Focus next monitor | SHIFT + SUPER + down |
| Add to master | SHIFT + SUPER + left | | Add to master | SHIFT + SUPER + left |
| Remove from master | SHIFT + SUPER + right | | Remove from master | SHIFT + SUPER + right |
| Screenshot window | SUPER + PRINT | | Screenshot window | SUPER + PRINT |
@ -30,8 +33,8 @@ The list of the keybindings working on Hyprland:
| Search on internet with wofi | SHIFT + SUPER + S | | Search on internet with wofi | SHIFT + SUPER + S |
| Clipboard picker with wofi | SHIFT + SUPER + C | | Clipboard picker with wofi | SHIFT + SUPER + C |
| Emoji picker with wofi | SHIFT + SUPER + E | | Emoji picker with wofi | SHIFT + SUPER + E |
| Turn off night shift | SUPER + F2 | | Toggle night shift | SUPER + F2 |
| Turn on night shift | SUPER + F3 | | Toggle night shift | SUPER + F3 |
| Move Window (mouse) | SUPER + mouse:272 | | Move Window (mouse) | SUPER + mouse:272 |
| Resize Window (mouse) | SUPER + R | | Resize Window (mouse) | SUPER + R |
| Toggle Mute | XF86AudioMute | | Toggle Mute | XF86AudioMute |

View File

@ -57,6 +57,3 @@ echo "$keybindings" | while read line; do
echo "| $comment | $mod$key |" >>"$KEYBINDINGS_FILE" echo "| $comment | $mod$key |" >>"$KEYBINDINGS_FILE"
done done
pandoc -t commonmark_x "$KEYBINDINGS_FILE" -o "/tmp/keybindings.md"
mv "/tmp/keybindings.md" "$KEYBINDINGS_FILE"

View File

@ -3,6 +3,7 @@
plugins.which-key = { plugins.which-key = {
enable = true; enable = true;
settings = { settings = {
delay = 600;
icons = { icons = {
breadcrumb = "»"; breadcrumb = "»";
group = "+"; group = "+";