summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.py b/config.py
index 6b4202e..169e641 100644
--- a/config.py
+++ b/config.py
@@ -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}",
])