From cb31a5025127f8e16c705c88f439a8f819952827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Sat, 25 Nov 2023 03:45:16 -0800 Subject: Moved everything out of dotfiles --- iml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 iml (limited to 'iml') 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 -- cgit v1.1