diff options
Diffstat (limited to 'raveos-hyprland-theme/RaveOS-Hyprland/xfce4/xfconf/xfce-perchannel-xml')
2 files changed, 15 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/RaveOS-Hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar-shares-plugin.xml b/raveos-hyprland-theme/RaveOS-Hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar-shares-plugin.xml new file mode 100644 index 0000000..9efdda3 --- /dev/null +++ b/raveos-hyprland-theme/RaveOS-Hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar-shares-plugin.xml @@ -0,0 +1,5 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="thunar-shares-plugin" version="1.0"> + <property name="show-menu-contribution" type="bool" value="true"/> +</channel> diff --git a/raveos-hyprland-theme/RaveOS-Hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/raveos-hyprland-theme/RaveOS-Hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml new file mode 100644 index 0000000..660ad5d --- /dev/null +++ b/raveos-hyprland-theme/RaveOS-Hyprland/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -0,0 +1,10 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="thunar" version="1.0"> + <property name="last-view" type="string" value="ThunarIconView"/> + <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/> + <property name="last-window-maximized" type="bool" value="true"/> + <property name="last-separator-position" type="int" value="170"/> + <property name="last-show-hidden" type="bool" value="true"/> + <property name="misc-single-click" type="bool" value="false"/> +</channel> |