Desktop tweaks to conform to new non-root Kali user

This commit is contained in:
Kaj Forney 2020-02-14 15:41:51 -07:00
parent ce8bb94fbc
commit 94f2243089
No known key found for this signature in database
GPG key ID: CBB5B366EB4802DD
2 changed files with 4 additions and 4 deletions

View file

@ -8,13 +8,13 @@
"panes": [ "panes": [
{ {
"type": "term", "type": "term",
"directory": "/root" "directory": "~"
} }
], ],
"label": "root@kalitest: ~", "label": "Terminal",
"custom_label_set": false "custom_label_set": false
} }
] ]
] ]
} }
} }

View file

@ -43,7 +43,7 @@
<property name="plugin-4" type="string" value="showdesktop"/> <property name="plugin-4" type="string" value="showdesktop"/>
<property name="plugin-5" type="string" value="directorymenu"> <property name="plugin-5" type="string" value="directorymenu">
<property name="icon-name" type="string" value="system-file-manager"/> <property name="icon-name" type="string" value="system-file-manager"/>
<property name="base-directory" type="string" value="/root"/> <property name="base-directory" type="string" value="~"/>
</property> </property>
<property name="plugin-6" type="string" value="launcher"> <property name="plugin-6" type="string" value="launcher">
<property name="items" type="array"> <property name="items" type="array">