leehblue/texpander

Add konsole to proc_name list

vasa1 opened this issue · 1 comments

vasa1 commented

Hi,

I use Kubuntu 16.04 and so I modified

if [[ $proc_name =~ (termin|nano) ]]

to

if [[ $proc_name =~ (termin|nano|konsole) ]]

If you feel it's helpful, please add konsole to your code.

Thanks,
vasa1

Thanks for the recommendation. I just added konsole to the terminal check.