Skip to content

Commit

Permalink
update execr dispatcher description (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejch authored Nov 24, 2023
1 parent 1b8ef75 commit 12e5073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Dispatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ layout pages (See the sidebar).
| Dispatcher | Description | Params |
| ---------- | ----------- | ------ |
| exec | executes a shell command | command (supports rules, see [below]({{< relref "#executing-with-rules" >}})) |
| execr | executes a raw shell command (will not append any additional envvars like `exec` does, does not support rules) | command |
| execr | executes a raw shell command (does not support rules) | command |
| pass | passes the key (with mods) to a specified window. Can be used as a workaround to global keybinds not working on Wayland. | window |
| killactive | closes (not kills) the active window | none |
| closewindow | closes a specified window | window |
Expand Down

0 comments on commit 12e5073

Please sign in to comment.