Implement mark/goto, modify testcase
This commit is contained in:
@ -238,6 +238,7 @@ struct Match {
|
||||
char *application;
|
||||
char *class;
|
||||
char *instance;
|
||||
char *mark;
|
||||
xcb_window_t id;
|
||||
Con *con_id;
|
||||
enum { M_ANY = 0, M_TILING, M_FLOATING } floating;
|
||||
@ -268,6 +269,9 @@ struct Con {
|
||||
|
||||
char *name;
|
||||
|
||||
/* user-definable mark to jump to this container later */
|
||||
char *mark;
|
||||
|
||||
double percent;
|
||||
|
||||
struct Window *window;
|
||||
|
Reference in New Issue
Block a user