diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-25 03:45:16 -0800 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-25 03:45:16 -0800 |
commit | cb31a5025127f8e16c705c88f439a8f819952827 (patch) | |
tree | c84a83e6c50bc9d783e7d6d08d109602bf1a03aa /iml |
Moved everything out of dotfiles
Diffstat (limited to 'iml')
-rwxr-xr-x | iml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/bash +#launches the im in a floating terminal window +win=$(xdotool getactivewindow) +st -e ims "$win" & +exit |