use termite as shell

This commit is contained in:
Maximilian Keßler 2021-09-16 22:55:49 +02:00
parent 20a146d96c
commit 1a595c7ad1

View File

@ -45,9 +45,9 @@ class Lecture:
def edit(self): def edit(self):
subprocess.Popen([ subprocess.Popen([
"x-terminal-emulator", "termite",
"-e", "zsh", "-i", "-c", "-e",
f"\\vim --servername kulak --remote-silent {str(self.file_path)}" f"vim --servername tex-vorlesung --remote-silent {str(self.file_path)}"
]) ])
def __str__(self): def __str__(self):