blob: 6acbe64d964be36bb4b050a44862cd4c57c6b8b6 (
plain)
1
2
3
4
5
|
/* See LICENSE file for copyright and license details. */
/* float.c */
void floating(void); /* arranges all windows floating */
void togglemax(const char *arg); /* toggles maximization of floating client */
|