[Awesome, Bootstrap] Change default terminal emulator

Switch from st to kitty
This commit is contained in:
2021-02-09 16:54:46 +01:00
parent fcd76a9bbe
commit 78a3f5f6ee
2 changed files with 12 additions and 12 deletions

View File

@@ -149,7 +149,7 @@ The two following variables are set so that I dont need to go over my whole
config file in order to modify which terminal or text editor I use, not that I
do it often though.
#+BEGIN_SRC lua
terminal = "st"
terminal = "kitty"
editor = os.getenv("EDITOR") or "emacsclient -c"
#+END_SRC