From be6588796a2b1f158357c26ca271af4d375b1e86 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 22 Apr 2019 18:28:07 +0200 Subject: Created script to open a generic floating console. --- floats/urxvtFloat.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 floats/urxvtFloat.sh (limited to 'floats') diff --git a/floats/urxvtFloat.sh b/floats/urxvtFloat.sh new file mode 100755 index 0000000..cefc6a3 --- /dev/null +++ b/floats/urxvtFloat.sh @@ -0,0 +1,2 @@ +#!/bin/sh +urxvt -title floating -geometry "$1x$2-5-5" -e "$3" -- cgit v1.2.1