From b82b004d1374f7d648f1d0614c74d00fc7616aec Mon Sep 17 00:00:00 2001 From: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:19:19 +0000 Subject: [PATCH] add bindp and noshortcutsinhibit (#724) modified: pages/Configuring/Binds.md modified: pages/Configuring/Window-Rules.md --- pages/Configuring/Binds.md | 1 + pages/Configuring/Window-Rules.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 1aa67b3..b718cc4 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -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: diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 2ab5b33..e64b49e 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -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). |