Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pages/Configuring/Binds.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ s -> separate, will arbitrarily combine keys between each mod/key, see [Keysym c
d -> has description, will allow you to write a description for your bind.
p -> bypasses the app's requests to inhibit keybinds.
```
{{< callout type=info >}}

By default binds trigger on press of a key (as opposed to on release). There are some exceptions to this, notably tofi with the exec dispatcher.
To force the on press behavior, use the l flag.

{{< /callout >}}

Example Usage:

Expand Down