Skip to content

Commit 380250c

Browse files
committed
Fix new xfce4 settings
1 parent 50aab7b commit 380250c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

resources/home/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@
6868
<property name="window-width" type="int" value="1280"/>
6969
<property name="window-height" type="int" value="1024"/>
7070
</property>
71+
<property name="desktop-icons" type="empty">
72+
<property name="icon-size" type="uint" value="52"/>
73+
<property name="show-hidden-files" type="bool" value="true"/>
74+
</property>
7175
</channel>

resources/home/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<channel name="xsettings" version="1.0">
44
<property name="Net" type="empty">
55
<property name="ThemeName" type="empty"/>
6-
<property name="IconThemeName" type="empty"/>
6+
<property name="IconThemeName" type="string" value="gnome"/>
77
<property name="DoubleClickTime" type="empty"/>
88
<property name="DoubleClickDistance" type="empty"/>
99
<property name="DndDragThreshold" type="empty"/>

0 commit comments

Comments
 (0)