summaryrefslogtreecommitdiff
path: root/iml
diff options
context:
space:
mode:
Diffstat (limited to 'iml')
-rwxr-xr-ximl5
1 files changed, 5 insertions, 0 deletions
diff --git a/iml b/iml
new file mode 100755
index 0000000..6058178
--- /dev/null
+++ b/iml
@@ -0,0 +1,5 @@
+#!/bin/bash
+#launches the im in a floating terminal window
+win=$(xdotool getactivewindow)
+st -e ims "$win" &
+exit