Add an option (selected_layout_symbol) in the wmfsrc -> [layouts] to change the star (*) that is used as default symbol for the selected symbol in the layout list in the infobar

This commit is contained in:
Raphael Khaiat
2010-07-04 19:42:05 +02:00
parent 2522b21ab3
commit afdda3b95a
4 changed files with 10 additions and 5 deletions

View File

@@ -448,6 +448,7 @@ typedef struct
Bool layout_system; /* Switch: False, Menu: True. */
Bool layout_placement; /* Right (normal): False, Left: True. */
Bool keep_layout_geo;
char *selected_layout_symbol;
/* Number of... */
int nkeybind;
int nlayout;