diff options
| author | coasteen <coasteen@proton.me> | 2026-07-09 10:42:28 +0330 |
|---|---|---|
| committer | coasteen <coasteen@proton.me> | 2026-07-09 10:42:28 +0330 |
| commit | 8cbadb61604667b407b53ee1258433994fa4765a (patch) | |
| tree | 97765fb29418fd6278fcb4cbb9760893afaf7a58 /dwm/patch/floatpos.h | |
Diffstat (limited to 'dwm/patch/floatpos.h')
| -rwxr-xr-x | dwm/patch/floatpos.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dwm/patch/floatpos.h b/dwm/patch/floatpos.h new file mode 100755 index 0000000..ecdcf0b --- /dev/null +++ b/dwm/patch/floatpos.h @@ -0,0 +1,4 @@ +static void floatpos(const Arg *arg); +static void setfloatpos(Client *c, const char *floatpos); +static void getfloatpos(int pos, char pCh, int size, char sCh, int min_p, int max_s, int cp, int cs, int cbw, int defgrid, int *out_p, int *out_s); + |
