mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
commands: complete assign command
This commit is contained in:
parent
e81cc8a575
commit
23601a8771
4 changed files with 45 additions and 23 deletions
|
|
@ -7,10 +7,11 @@
|
|||
#include "tree/view.h"
|
||||
|
||||
enum criteria_type {
|
||||
CT_COMMAND = 1 << 0,
|
||||
CT_ASSIGN_OUTPUT = 1 << 1,
|
||||
CT_ASSIGN_WORKSPACE = 1 << 2,
|
||||
CT_NO_FOCUS = 1 << 3,
|
||||
CT_COMMAND = 1 << 0,
|
||||
CT_ASSIGN_OUTPUT = 1 << 1,
|
||||
CT_ASSIGN_WORKSPACE = 1 << 2,
|
||||
CT_ASSIGN_WORKSPACE_NUMBER = 1 << 3,
|
||||
CT_NO_FOCUS = 1 << 4,
|
||||
};
|
||||
|
||||
struct criteria {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue