summaryrefslogtreecommitdiff
path: root/iml
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-25 03:45:16 -0800
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-25 03:45:16 -0800
commitcb31a5025127f8e16c705c88f439a8f819952827 (patch)
treec84a83e6c50bc9d783e7d6d08d109602bf1a03aa /iml
Moved everything out of dotfiles
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