Experimenting with having more status indicators than just whether the client is floating or not

This commit is contained in:
bakkeby
2020-09-16 11:07:23 +02:00
parent b8dc848918
commit 7275ca47ff
9 changed files with 46 additions and 15 deletions

View File

@ -15,4 +15,4 @@ togglefakefullscreen(const Arg *arg)
c->fakefullscreen = 1;
setfullscreen(c, 1);
}
}
}