diff options
| author | bakkeby <[email protected]> | 2020-09-16 11:07:23 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-16 11:07:23 +0200 |
| commit | 7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6 (patch) | |
| tree | f321fdab9f49c9b84ff611237f8968f729457bbe /patch/fakefullscreenclient.c | |
| parent | b8dc848918d7a07412d5fb1be74a9ac44862a028 (diff) | |
| download | dwm-flexipatch-7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6.tar.gz dwm-flexipatch-7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6.zip | |
Experimenting with having more status indicators than just whether the client is floating or not
Diffstat (limited to 'patch/fakefullscreenclient.c')
| -rw-r--r-- | patch/fakefullscreenclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/fakefullscreenclient.c b/patch/fakefullscreenclient.c index 2e57bf3..eb51652 100644 --- a/patch/fakefullscreenclient.c +++ b/patch/fakefullscreenclient.c @@ -15,4 +15,4 @@ togglefakefullscreen(const Arg *arg) c->fakefullscreen = 1; setfullscreen(c, 1); } -}
\ No newline at end of file +} |
