mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 10:58:26 +02:00
Add kitty to terminal emulators list
See: https://sw.kovidgoyal.net/kitty/
This commit is contained in:
@@ -363,7 +363,7 @@ You can also add additional Desktop Environment related tweaks to user_config.js
|
|||||||
"name":"term",
|
"name":"term",
|
||||||
"run":"setxkbmap -option;xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.term $DISPLAY",
|
"run":"setxkbmap -option;xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.term $DISPLAY",
|
||||||
"de":[2],
|
"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_onInput":"",
|
||||||
"run_offInput": "killall xbindkeys > /dev/null 2>&1",
|
"run_offInput": "killall xbindkeys > /dev/null 2>&1",
|
||||||
"symbols":"",
|
"symbols":"",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{"defaultapps":[{
|
{"defaultapps":[{
|
||||||
"name":"term",
|
"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"],
|
"defaulttypes":["windows","mac","chromebook"],
|
||||||
"defaults":[{
|
"defaults":[{
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
"symbols":"",
|
"symbols":"",
|
||||||
"types":"",
|
"types":"",
|
||||||
"de":[],
|
"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",
|
"name": "firefox",
|
||||||
|
Reference in New Issue
Block a user