[gnome] Update extensions for v46
This commit is contained in:
34
gnome/.commands.json
Normal file
34
gnome/.commands.json
Normal file
@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"title": "Record",
|
||||
"command": "record",
|
||||
"icon": "utilities-terminal"
|
||||
},
|
||||
{
|
||||
"title": "File Manager 3",
|
||||
"command": "nautilus",
|
||||
"icon": "folder"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"title": "Web Browser",
|
||||
"command": "firefox",
|
||||
"icon": "web-browser"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"title": "SSH Connections",
|
||||
"type": "submenu",
|
||||
"submenu": [
|
||||
{
|
||||
"title": "Connect to Server (SSH)",
|
||||
"command": "gnome-terminal -- bash -c 'ssh root@10.144.1.2 -p 8022'",
|
||||
"icon": "utilities-terminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user