mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-03 06:10:03 -05:00
Disables network bookmark by default.
This commit is contained in:
parent
2bd6dabc7c
commit
daf7fc002b
@ -1,8 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!-- Configuration for Thunar. Changes date style to iso format, disables thumbnails. -->
|
<!-- Configuration for Thunar. -->
|
||||||
|
<!-- Changes date style to iso format. -->
|
||||||
|
<!-- Disable thumbnails. -->
|
||||||
|
<!-- Disable network bookmark by default. -->
|
||||||
|
|
||||||
<channel name="thunar" version="1.0">
|
<channel name="thunar" version="1.0">
|
||||||
<property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_ISO"/>
|
<property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_ISO"/>
|
||||||
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_NEVER"/>
|
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_NEVER"/>
|
||||||
|
<property name="hidden-bookmarks" type="array">
|
||||||
|
<value type="string" value="network://"/>
|
||||||
|
</property>
|
||||||
</channel>
|
</channel>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user