i3wm
Context:
user.community.apps.i3wm.i3wm.talon
| Spoken | Backend |
|---|---|
| (full screen | scuba) | user.i3wm_fullscreen() |
| (launch shell | koopa) | user.i3wm_shell() |
| (port flip | flipper) | user.i3wm_switch_to_workspace("back_and_forth") |
| (shuffle | move (win | window) [to] last port) | user.i3wm_move_to_workspace("back_and_forth") |
| (shuffle | move (win | window) [to] port) <number_small> | user.i3wm_move_to_workspace(number_small) |
| (shuffle | move (win | window) down) | user.i3wm_move("down") |
| (shuffle | move (win | window) left) | user.i3wm_move("left") |
| (shuffle | move (win | window) right) | user.i3wm_move("right") |
| (shuffle | move (win | window) up) | user.i3wm_move("up") |
| (shuffle | move) flipper | user.i3wm_move_to_workspace("back_and_forth") |
| (win | window) default | user.i3wm_layout() |
| (win | window) down | user.i3wm_focus("down") |
| (win | window) horizontal | user.i3wm_split("h") |
| (win | window) kill | app.window_close() |
| (win | window) left | user.i3wm_focus("left") |
| (win | window) right | user.i3wm_focus("right") |
| (win | window) stacking | user.i3wm_layout("stacking") |
| (win | window) tabbed | user.i3wm_layout("tabbed") |
| (win | window) up | user.i3wm_focus("up") |
| (win | window) vertical | user.i3wm_split("v") |
| [(show | hide)] scratch | user.i3wm_show_scratchpad() |
| center window | user.i3wm_move_position("center") |
| focus child | user.i3wm_focus("child") |
| focus floating | user.i3wm_focus("mode_toggle") |
| focus parent | user.i3wm_focus("parent") |
| grow window | user.i3wm_mode("resize")key(right:10)key(down:10)key(escape)sleep(200ms)user.i3wm_move_position("center") |
| horizontal (shell | terminal) | user.i3wm_split("h")user.i3wm_shell() |
| launch | user.i3wm_launch() |
| launch <user.text> | user.i3wm_launch()sleep(100ms)insert("{text}") |
| lock screen | user.i3wm_lock() |
| make scratch | user.i3wm_move("scratchpad") |
| murder | user.deprecate_command("2023-02-04", "murder", "win kill")app.window_close() |
| new scratch (shell | window) | user.i3wm_shell()sleep(200ms)user.i3wm_move("scratchpad")user.i3wm_show_scratchpad() |
| next scratch | user.i3wm_show_scratchpad()user.i3wm_show_scratchpad() |
| port <number_small> | user.i3wm_switch_to_workspace(number_small) |
| port left | user.i3wm_switch_to_workspace("prev") |
| port right | user.i3wm_switch_to_workspace("next") |
| reload i three config | user.i3wm_reload() |
| resize mode | user.i3wm_mode("resize") |
| restart i three | user.i3wm_restart() |
| shrink window | user.i3wm_mode("resize")key(left:10)key(up:10)key(escape)sleep(200ms)user.i3wm_move_position("center") |
| toggle floating | user.i3wm_float() |
| vertical (shell | terminal) | user.i3wm_split("v")user.i3wm_shell() |