diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-09-28 13:45:15 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-09-28 13:45:15 +0200 |
| commit | f05c6aa438d7b51ba60aa80853c287f418bfef48 (patch) | |
| tree | 81b9af20f9af0fa7ef69ec958ddd572e71b872be /config.py | |
| parent | 8a6056db7be0be9036ae9fb8f471a91cebb1bef7 (diff) | |
use st terminal
Diffstat (limited to 'config.py')
| -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}", ]) |
