Browse Source

Add Thunar config files (for automounting)

master
Riyyi 6 years ago
parent
commit
b84371778c
  1. 10
      .config/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml
  2. 18
      .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
  3. 4
      README.md

10
.config/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="thunar-volman" version="1.0">
<property name="automount-drives" type="empty">
<property name="enabled" type="bool" value="true"/>
</property>
<property name="automount-media" type="empty">
<property name="enabled" type="bool" value="true"/>
</property>
</channel>

18
.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="thunar" version="1.0">
<property name="last-view" type="string" value="ThunarDetailsView"/>
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_NORMAL"/>
<property name="last-window-width" type="int" value="3000"/>
<property name="last-window-height" type="int" value="1962"/>
<property name="last-window-maximized" type="bool" value="false"/>
<property name="last-separator-position" type="int" value="232"/>
<property name="misc-single-click" type="bool" value="false"/>
<property name="misc-volume-management" type="bool" value="true"/>
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_SMALLEST"/>
<property name="last-details-view-column-widths" type="string" value="50,241,50,50,2065,50,50,160,300"/>
<property name="last-show-hidden" type="bool" value="true"/>
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/>
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
<property name="last-side-pane" type="string" value="ThunarShortcutsPane"/>
</channel>

4
README.md

@ -133,10 +133,6 @@ Pacman colors:
nano /etc/pacman.conf
(uncomment)Color
Thunar automount:
(inside Thunar menu) -> Edit -> Preferences -> Advanced -> Configure -> Check first two boxes under 'Removable Storage'
Git:
git config --global user.email "<email address>"

Loading…
Cancel
Save