mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
update execr dispatcher description (#400)
This commit is contained in:
parent
1b8ef75129
commit
12e50733ab
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue