From cf77221aea030dbb1b516b9e04f630236cfa0af1 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 9 Feb 2022 00:34:31 +0100 Subject: add bin/floaterm, used by tridatyl and sway --- bin/floaterm | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/floaterm 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 $@ -- cgit 1.4.1