aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-04-22 18:28:07 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2019-04-22 18:28:07 +0200
commitbe6588796a2b1f158357c26ca271af4d375b1e86 (patch)
tree8ff97fe42da25fbb5d4dbba7a7acc0e493ff500b
parentc1243cf0fc63425ebc600f15509b93be71a389d9 (diff)
downloadscripts-be6588796a2b1f158357c26ca271af4d375b1e86.tar.gz
scripts-be6588796a2b1f158357c26ca271af4d375b1e86.zip
Created script to open a generic floating console.
-rwxr-xr-xfloats/urxvtFloat.sh2
1 files changed, 2 insertions, 0 deletions
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"