From e892f045f55cda7c6b1ada9d3e898dd305198665 Mon Sep 17 00:00:00 2001 From: Indrek Juhkam Date: Thu, 2 Apr 2020 14:58:47 +0300 Subject: [PATCH] Add kitty to terminal emulators list See: https://sw.kovidgoyal.net/kitty/ --- README.md | 2 +- defaults.json | 2 +- user_config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba609f9..b108f3e 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ You can also add additional Desktop Environment related tweaks to user_config.js "name":"term", "run":"setxkbmap -option;xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.term $DISPLAY", "de":[2], - "appnames":[ "Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm" ], + "appnames":[ "Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty" ], "run_onInput":"", "run_offInput": "killall xbindkeys > /dev/null 2>&1", "symbols":"", diff --git a/defaults.json b/defaults.json index 77f8075..d14e642 100644 --- a/defaults.json +++ b/defaults.json @@ -1,6 +1,6 @@ {"defaultapps":[{ "name":"term", - "appnames":[ "Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm" ] + "appnames":[ "Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty" ] }], "defaulttypes":["windows","mac","chromebook"], "defaults":[{ diff --git a/user_config.json b/user_config.json index 9652547..92268c2 100644 --- a/user_config.json +++ b/user_config.json @@ -16,7 +16,7 @@ "symbols":"", "types":"", "de":[], - "appnames":[ "Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm" ] + "appnames":[ "Gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty" ] }, { "name": "firefox",