diff options
| author | bakkeby <[email protected]> | 2020-06-21 15:33:29 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-06-21 15:33:29 +0200 |
| commit | 6a683c729e1e0f9eb8901421ef596ef2423ae92b (patch) | |
| tree | 80c2c36d724fd7940341369103171eb06c1aebc8 /patch/floatpos.h | |
| parent | 8645b2ce3568b4628f40fb99466c154edc0e338f (diff) | |
| download | dwm-flexipatch-6a683c729e1e0f9eb8901421ef596ef2423ae92b.tar.gz dwm-flexipatch-6a683c729e1e0f9eb8901421ef596ef2423ae92b.zip | |
Adding floatpos patch.
Diffstat (limited to 'patch/floatpos.h')
| -rw-r--r-- | patch/floatpos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/floatpos.h b/patch/floatpos.h new file mode 100644 index 0000000..c0a5853 --- /dev/null +++ b/patch/floatpos.h @@ -0,0 +1,2 @@ +static void floatpos(const Arg *arg); +static void setfloatpos(Client *c, const char *floatpos); |
