mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Add workspace_auto_back_and_forth command
This is the only missing piece - other code regarding this functionality has already been ported from pre-wlroots source.
This commit is contained in:
parent
4ba6545c65
commit
042b80b9fa
3 changed files with 14 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "output", cmd_output },
|
||||
{ "seat", cmd_seat },
|
||||
{ "workspace", cmd_workspace },
|
||||
{ "workspace_auto_back_and_forth", cmd_ws_auto_back_and_forth },
|
||||
};
|
||||
|
||||
static struct cmd_handler bar_handlers[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue