diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-29 16:32:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-29 16:32:07 +0100 |
commit | bec08e2efebcd4bd2b41383912400f3ab8e23816 (patch) | |
tree | f671275b4d9a7cb0693c31d39d4986090480e09c | |
parent | ca1ef01334d277418ab781752aba206334fca0e1 (diff) |
this one should be false by defautl
-rw-r--r-- | skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 4fcd902..1478170 100644 --- a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -5,5 +5,5 @@ <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_NORMAL"/> <property name="last-window-maximized" type="bool" value="true"/> <property name="last-separator-position" type="int" value="169"/> - <property name="last-show-hidden" type="bool" value="true"/> + <property name="last-show-hidden" type="bool" value="false"/> </channel> |