Update hyprland docs example for gamemode.sh to incude:
- `animation borderangle,0` <- Disable border animation
- fixes loop style for borderangle stress on CPU/Battery (further read: Issue #4779 )
- `keyword decoration:fullscreen_opacity 1;` <- Games in fullscreen would probably want this set
- `hyprnotify` notification on gamemode state on toggle
* Configuring/Binds: Improvements, punctuation, clearer wording
- Enclose some notes in the appropriate callout type
- Add AZERTY link
- Tabularize bind flags
- Rearrange the Bind flags section to appear before they're used in other examples
- Remove duplicate Binding mods section
rebase of #1158
* Fix typo
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
* Unformat table
---------
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
- Add warning type to callout about avoiding quotes (also reword warning).
- Add examples of variable with multiple values and different formats/value separators.
- Minor punctuation fixes.
Note: py syntax highlighting was used for the code blocks instead of ini to avoid visualizing ";xcb" as a comment.