-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df52538
commit 159ce3c
Showing
9 changed files
with
90 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
on: | ||
push: | ||
paths: | ||
- 'docs/src/README_template.md' | ||
permissions: | ||
contents: write | ||
jobs: | ||
update-readme: | ||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
working-directory: ./ | ||
steps: | ||
- name: Check out the repository to the runner | ||
uses: actions/checkout@v4 | ||
- name: Run a script | ||
run: | | ||
chmod +x ./docs/scripts/create_readme.sh | ||
./docs/scripts/create_readme.sh | ||
git config user.name github-actions | ||
git config user.email github-actions@github.com | ||
git add . | ||
git commit -m "Update README.md (auto)" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,46 @@ | ||
[//]: # (This file is autogenerated) | ||
# Keybindings for Hyprland | ||
|
||
The list of the keybindings working on Hyprland: | ||
> [!NOTE] | ||
> SUPER is the windows key by default | ||
| Description | Keybinding | | ||
| -- | -- | | ||
| Switch Workspace | SUPER + {Number} | | ||
| Move app to Workspace | SHIFT + SUPER + {Number} | | ||
| Kitty | SUPER + RETURN | | ||
| Thunar | SUPER + E | | ||
| Qutebrowser | SUPER + B | | ||
| Bitwarden | SUPER + K | | ||
| Lock | SUPER + L | | ||
| Powermenu | SUPER + X | | ||
| Launcher | SUPER + SPACE | | ||
| Toggle HyprFocus | SHIFT + SUPER + SPACE | | ||
| Close window | SUPER + Q | | ||
| Toggle Floating | SUPER + T | | ||
| Toggle Fullscreen | SUPER + F | | ||
| Move focus left | SUPER + left | | ||
| Move focus Right | SUPER + right | | ||
| Move focus Up | SUPER + up | | ||
| Move focus Down | SUPER + down | | ||
| Focus previous monitor | SHIFT + SUPER + up | | ||
| Focus next monitor | SHIFT + SUPER + down | | ||
| Add to master | SHIFT + SUPER + left | | ||
| Remove from master | SHIFT + SUPER + right | | ||
| Screenshot window | SUPER + PRINT | | ||
| Screenshot monitor | PRINT | | ||
| Screenshot region | SHIFT + SUPER + PRINT | | ||
| Screenshot region then edit | ALT PRINT | | ||
| Search on internet with wofi | SHIFT + SUPER + S | | ||
| Clipboard picker with wofi | SHIFT + SUPER + C | | ||
| Emoji picker with wofi | SHIFT + SUPER + E | | ||
| Toggle night shift | SUPER + F2 | | ||
| Toggle night shift | SUPER + F3 | | ||
| Move Window (mouse) | SUPER + mouse:272 | | ||
| Resize Window (mouse) | SUPER + R | | ||
| Toggle Mute | XF86AudioMute | | ||
| Lock when closing Lid | switch:Lid Switch | | ||
| Sound Up | XF86AudioRaiseVolume | | ||
| Sound Down | XF86AudioLowerVolume | | ||
| Brightness Up | XF86MonBrightnessUp | | ||
| Brightness Down | XF86MonBrightnessDown | | ||
| Kitty | SUPER + RETURN | | ||
| Thunar | SUPER + E | | ||
| Qutebrowser | SUPER + B | | ||
| Bitwarden | SUPER + K | | ||
| Lock | SUPER + L | | ||
| Powermenu | SUPER + X | | ||
| Launcher | SUPER + SPACE | | ||
| Toggle HyprFocus | SHIFT + SUPER + SPACE | | ||
| Close window | SUPER + Q | | ||
| Toggle Floating | SUPER + T | | ||
| Toggle Fullscreen | SUPER + F | | ||
| Move focus left | SUPER + left | | ||
| Move focus Right | SUPER + right | | ||
| Move focus Up | SUPER + up | | ||
| Move focus Down | SUPER + down | | ||
| Focus previous monitor | SHIFT + SUPER + up | | ||
| Focus next monitor | SHIFT + SUPER + down | | ||
| Add to master | SHIFT + SUPER + left | | ||
| Remove from master | SHIFT + SUPER + right | | ||
| Screenshot window | SUPER + PRINT | | ||
| Screenshot monitor | PRINT | | ||
| Screenshot region | SHIFT + SUPER + PRINT | | ||
| Screenshot region then edit | ALT PRINT | | ||
| Search on internet with wofi | SHIFT + SUPER + S | | ||
| Clipboard picker with wofi | SHIFT + SUPER + C | | ||
| Emoji picker with wofi | SHIFT + SUPER + E | | ||
| Toggle night shift | SUPER + F2 | | ||
| Toggle night shift | SUPER + F3 | | ||
| Move Window (mouse) | SUPER + mouse:272 | | ||
| Resize Window (mouse) | SUPER + R | | ||
| Toggle Mute | XF86AudioMute | | ||
| Lock when closing Lid | switch:Lid Switch | | ||
| Sound Up | XF86AudioRaiseVolume | | ||
| Sound Down | XF86AudioLowerVolume | | ||
| Brightness Up | XF86MonBrightnessUp | | ||
| Brightness Down | XF86MonBrightnessDown | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters