Allow simple JSON configuration for site sessions
Different terminals need different hotkeys, but I want the kitty configuration to be shared. Add a blanket json file to allow creating more advanced configurations per site while keeping the rest of the config common.
This commit is contained in:
parent
42ce0bd066
commit
4cfeea363b
5 changed files with 75 additions and 0 deletions
10
efx_site.default
Normal file
10
efx_site.default
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ "sessions":
|
||||
[
|
||||
{ "title": "System Shell",
|
||||
"cmd": "/bin/bash --login"
|
||||
},
|
||||
{ "title": "C Shell",
|
||||
"cmd": "/bin/csh"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue