renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
This commit is contained in:
parent
671442e89d
commit
338c083858
9 changed files with 63 additions and 63 deletions
2
draw.c
2
draw.c
|
@ -81,7 +81,7 @@ drawstatus(void) {
|
|||
dc.x = x;
|
||||
if(sel) {
|
||||
drawtext(sel->name, dc.sel);
|
||||
drawsquare(sel->ismax, sel->isuntiled, dc.sel);
|
||||
drawsquare(sel->ismax, sel->isfloating, dc.sel);
|
||||
}
|
||||
else
|
||||
drawtext(NULL, dc.norm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue