Added option to select primary display on tray_output
This commit is contained in:
committed by
Michael Stapelberg
parent
206b96202c
commit
9a58c1fcaa
@ -40,6 +40,7 @@ i3_output* get_output_by_name(char* name);
|
||||
struct i3_output {
|
||||
char* name; /* Name of the output */
|
||||
bool active; /* If the output is active */
|
||||
bool primary; /* If it is the primary output */
|
||||
int ws; /* The number of the currently visible ws */
|
||||
rect rect; /* The rect (relative to the root-win) */
|
||||
|
||||
|
Reference in New Issue
Block a user