diff options
| -rw-r--r-- | config.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,10 +4,10 @@ from pathlib import Path def open_editor(filename): subprocess.run([ - 'urxvt', - '-geometry', '60x5', - '-name', 'popup-bottom-center', - '-e', "vim", + 'st', + '-g', '60x5', + '-t', 'popup-center', + '-e', "nvim", f"{filename}", ]) |
