mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement criteria commands
Implements the following commands: * for_window [...] <cmdlist> * assign [...] <workspace>
This commit is contained in:
parent
38c44f2f27
commit
72767e1cc3
5 changed files with 129 additions and 0 deletions
|
|
@ -93,12 +93,14 @@ void apply_seat_config(struct seat_config *seat_config) {
|
|||
|
||||
/* Keep alphabetized */
|
||||
static struct cmd_handler handlers[] = {
|
||||
{ "assign", cmd_assign },
|
||||
{ "bar", cmd_bar },
|
||||
{ "bindcode", cmd_bindcode },
|
||||
{ "bindsym", cmd_bindsym },
|
||||
{ "exec", cmd_exec },
|
||||
{ "exec_always", cmd_exec_always },
|
||||
{ "focus_follows_mouse", cmd_focus_follows_mouse },
|
||||
{ "for_window", cmd_for_window },
|
||||
{ "fullscreen", cmd_fullscreen },
|
||||
{ "include", cmd_include },
|
||||
{ "input", cmd_input },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue