mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
add bindp and noshortcutsinhibit (#724)
modified: pages/Configuring/Binds.md modified: pages/Configuring/Window-Rules.md
This commit is contained in:
parent
0162577cf1
commit
b82b004d13
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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). |
|
||||
|
|
Loading…
Reference in a new issue