summaryrefslogtreecommitdiff
path: root/iml
blob: 6058178b0cccbd87f32d2feab07d2055347e569a (plain)
1
2
3
4
5
#!/bin/bash
#launches the im in a floating terminal window
win=$(xdotool getactivewindow)
st -e ims "$win" &
exit