mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-12-24 15:54:59 -07:00
Desktop tweaks to conform to new non-root Kali user
This commit is contained in:
parent
ce8bb94fbc
commit
94f2243089
2 changed files with 4 additions and 4 deletions
|
@ -8,13 +8,13 @@
|
|||
"panes": [
|
||||
{
|
||||
"type": "term",
|
||||
"directory": "/root"
|
||||
"directory": "~"
|
||||
}
|
||||
],
|
||||
"label": "root@kalitest: ~",
|
||||
"label": "Terminal",
|
||||
"custom_label_set": false
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<property name="plugin-4" type="string" value="showdesktop"/>
|
||||
<property name="plugin-5" type="string" value="directorymenu">
|
||||
<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 name="plugin-6" type="string" value="launcher">
|
||||
<property name="items" type="array">
|
||||
|
|
Loading…
Reference in a new issue