skel: add thunar file manager configuration:

- set default view to compact view
 - set zoom levels
This commit is contained in:
nodiscc
2020-03-07 20:58:05 +01:00
parent a57e95f7af
commit 59394145f3

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="thunar" version="1.0">
<property name="last-view" type="string" value="ThunarCompactView"/>
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_LARGEST"/>
<property name="last-compact-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_LARGE"/>
<property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_SMALLEST"/>
</channel>