mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-01-09 08:59:48 +01:00
added execr
This commit is contained in:
parent
91fb31b0d9
commit
a4b12a26fc
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ layout pages (See the sidebar).
|
|||
| Dispatcher | Description | Params |
|
||||
| ---------- | ----------- | ------ |
|
||||
| exec | executes a shell command | command (supports rules, see below) |
|
||||
| execr | executes a raw shell command (will not append any additional envvars like `exec` does, 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