Close window
Focus next client on current desktop.
next/prev are defined by client creation time
Focus previous client on current desktop.
next/prev are defined by client creation time
Restart orcsome
Run specified cmd
| Parameters: |
|
|---|
Activate window or run command
Activation means to give input focus for existing window matched by provided rules.
switch_to_desktop controls appear of spawned windows and bring_to_current change matched windows behavior.
on_create is a function with the following signature:
def on_spawned_window_create(wm, desktop, window)
Where wm is orcsome instance, desktop and window are active desktop and focused window before spawn_or_raise call.
| Parameters: |
|
|---|