Update
This commit is contained in:
parent
3f0a694b5f
commit
a554505de2
@ -1,42 +1,45 @@
|
|||||||
|
[//]: # (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 |
|
||||||
| Thunar | SUPER + E |
|
| Thunar | SUPER + E |
|
||||||
| Qutebrowser | SUPER + B |
|
| Qutebrowser | SUPER + B |
|
||||||
| Bitwarden | SUPER + K |
|
| Bitwarden | SUPER + K |
|
||||||
| Lock | SUPER + L |
|
| Lock | SUPER + L |
|
||||||
| Powermenu | SUPER + X |
|
| Powermenu | SUPER + X |
|
||||||
| Launcher | SUPER + SPACE |
|
| Launcher | SUPER + SPACE |
|
||||||
| Toggle HyprFocus | SHIFT + SUPER + SPACE |
|
| Toggle HyprFocus | SHIFT + SUPER + SPACE |
|
||||||
| Close window | SUPER + Q |
|
| Close window | SUPER + Q |
|
||||||
| Toggle Floating | SUPER + T |
|
| Toggle Floating | SUPER + T |
|
||||||
| Toggle Fullscreen | SUPER + F |
|
| Toggle Fullscreen | SUPER + F |
|
||||||
| Move focus left | SUPER + left |
|
| Move focus left | SUPER + left |
|
||||||
| 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 |
|
||||||
| Add to master | SHIFT + SUPER + left |
|
| Focus previous monitor | SHIFT + SUPER + up |
|
||||||
| Remove from master | SHIFT + SUPER + right |
|
| Focus next monitor | SHIFT + SUPER + down |
|
||||||
| Screenshot window | SUPER + PRINT |
|
| Add to master | SHIFT + SUPER + left |
|
||||||
| Screenshot monitor | PRINT |
|
| Remove from master | SHIFT + SUPER + right |
|
||||||
| Screenshot region | SHIFT + SUPER + PRINT |
|
| Screenshot window | SUPER + PRINT |
|
||||||
| Screenshot region then edit | ALT PRINT |
|
| Screenshot monitor | PRINT |
|
||||||
| Search on internet with wofi | SHIFT + SUPER + S |
|
| Screenshot region | SHIFT + SUPER + PRINT |
|
||||||
| Clipboard picker with wofi | SHIFT + SUPER + C |
|
| Screenshot region then edit | ALT PRINT |
|
||||||
| Emoji picker with wofi | SHIFT + SUPER + E |
|
| Search on internet with wofi | SHIFT + SUPER + S |
|
||||||
| Turn off night shift | SUPER + F2 |
|
| Clipboard picker with wofi | SHIFT + SUPER + C |
|
||||||
| Turn on night shift | SUPER + F3 |
|
| Emoji picker with wofi | SHIFT + SUPER + E |
|
||||||
| Move Window (mouse) | SUPER + mouse:272 |
|
| Toggle night shift | SUPER + F2 |
|
||||||
| Resize Window (mouse) | SUPER + R |
|
| Toggle night shift | SUPER + F3 |
|
||||||
| Toggle Mute | XF86AudioMute |
|
| Move Window (mouse) | SUPER + mouse:272 |
|
||||||
| Lock when closing Lid | switch:Lid Switch |
|
| Resize Window (mouse) | SUPER + R |
|
||||||
| Sound Up | XF86AudioRaiseVolume |
|
| Toggle Mute | XF86AudioMute |
|
||||||
| Sound Down | XF86AudioLowerVolume |
|
| Lock when closing Lid | switch:Lid Switch |
|
||||||
| Brightness Up | XF86MonBrightnessUp |
|
| Sound Up | XF86AudioRaiseVolume |
|
||||||
| Brightness Down | XF86MonBrightnessDown |
|
| Sound Down | XF86AudioLowerVolume |
|
||||||
|
| Brightness Up | XF86MonBrightnessUp |
|
||||||
|
| Brightness Down | XF86MonBrightnessDown |
|
||||||
|
@ -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"
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
plugins.which-key = {
|
plugins.which-key = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
delay = 600;
|
||||||
icons = {
|
icons = {
|
||||||
breadcrumb = "»";
|
breadcrumb = "»";
|
||||||
group = "+";
|
group = "+";
|
||||||
|
Loading…
Reference in New Issue
Block a user