gillescastel / inkscape-shortcut-manager

Inkscape shorcut manager
MIT License
360 stars 98 forks source link

Using alacritty instead of urxvt #30

Closed vikomen closed 2 years ago

vikomen commented 2 years ago

I have tried various alterations of the code in main.py but to no sucess. I have tried def open_editor(filename): subprocess.run([ 'alacritty', '-e', "vim", f"{filename}", ]) but it seems to either not work or open an urxvt edditor. Has anyone gotten alacritty to work for this?

vikomen commented 2 years ago

Never mind, the above works. I just had to reload my machine.