diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:34:31 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:34:31 +0100 |
| commit | cf77221aea030dbb1b516b9e04f630236cfa0af1 (patch) | |
| tree | d42004f84073d5745f4c4ef3d2e41548c02566e7 | |
| parent | 504ad32d0ce1ce1b9df8702b7a27f13bd0d270a5 (diff) | |
add bin/floaterm, used by tridatyl and sway
| -rwxr-xr-x | bin/floaterm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/floaterm b/bin/floaterm new file mode 100755 index 0000000..3eb593a --- /dev/null +++ b/bin/floaterm @@ -0,0 +1,2 @@ +#!/bin/sh +exec foot -w 700x500 -o pad=10x10 -o app-id=__floating-foot $@ |