implement unmark command
This commit is contained in:
committed by
Michael Stapelberg
parent
35aec2f038
commit
88671986f4
@ -115,6 +115,12 @@ void cmd_workspace_name(I3_CMD, char *name);
|
||||
*/
|
||||
void cmd_mark(I3_CMD, char *mark);
|
||||
|
||||
/**
|
||||
* Implementation of 'unmark [mark]'
|
||||
*
|
||||
*/
|
||||
void cmd_unmark(I3_CMD, char *mark);
|
||||
|
||||
/**
|
||||
* Implementation of 'mode <string>'.
|
||||
*
|
||||
|
Reference in New Issue
Block a user