Add xwayland command

This commit is contained in:
emersion 2018-11-17 12:29:59 +01:00
parent 67d24e8fc5
commit 311c7db7e3
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
10 changed files with 72 additions and 39 deletions

View file

@ -113,6 +113,7 @@ static struct cmd_handler config_handlers[] = {
{ "swaybg_command", cmd_swaybg_command },
{ "swaynag_command", cmd_swaynag_command },
{ "workspace_layout", cmd_workspace_layout },
{ "xwayland", cmd_xwayland },
};
/* Runtime-only commands. Keep alphabetized */