diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-04-22 18:28:07 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-04-22 18:28:07 +0200 |
commit | be6588796a2b1f158357c26ca271af4d375b1e86 (patch) | |
tree | 8ff97fe42da25fbb5d4dbba7a7acc0e493ff500b /floats | |
parent | c1243cf0fc63425ebc600f15509b93be71a389d9 (diff) | |
download | scripts-be6588796a2b1f158357c26ca271af4d375b1e86.tar.gz scripts-be6588796a2b1f158357c26ca271af4d375b1e86.zip |
Created script to open a generic floating console.
Diffstat (limited to 'floats')
-rwxr-xr-x | floats/urxvtFloat.sh | 2 |
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" |