add bindp and noshortcutsinhibit (#724)

modified:   pages/Configuring/Binds.md
modified:   pages/Configuring/Window-Rules.md
This commit is contained in:
MightyPlaza 2024-07-24 12:19:19 +00:00 committed by GitHub
parent 0162577cf1
commit b82b004d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,7 @@ t -> transparent, cannot be shadowed by other binds.
i -> ignore mods, will ignore modifiers.
s -> separate, will arbitrarily combine keys between each mod/key, see [Keysym combos](#keysym-combos) above.
d -> has description, will allow you to write a description for your bind.
p -> bypasses the app's requests to inhibit keybinds.
```
Example Usage:

View File

@ -159,6 +159,7 @@ The following rules can also be set with [`hyprctl setprop`](../Using-hyprctl#se
| nomaxsize \[on\] | disables max size for the window |
| norounding \[on\] | disables rounding for the window |
| noshadow \[on\] | disables shadows for the window |
| noshortcutsinhibit \[on\] | disallows the app from [inhibiting your shortcuts](https://wayland.app/protocols/keyboard-shortcuts-inhibit-unstable-v1) |
| opaque \[on\] | forces the window to be opaque |
| forcergbx \[on\] | makes Hyprland ignore the alpha channel of all the window's surfaces, effectively making it _actually, fully 100% opaque_ |
| immediate \[on\] | forces the window to allow to be torn. See [the Tearing page](../Tearing). |