# HG changeset patch # User Aleksej Bobylev # Date 1429230022 -10800 # Node ID 7c93da2b83573f17a6fb7e1c4ba826ec98637655 # Parent e1f1cf2801ecbf7053b555dbf31b0fcb25b70f0d libfm: set small icons size to 16; pcmanfm: show "My Documents", "Trash" and mount points by default on the Desktop. diff -r e1f1cf2801ec -r 7c93da2b8357 libfm/receipt --- a/libfm/receipt Fri Apr 17 02:45:17 2015 +0300 +++ b/libfm/receipt Fri Apr 17 03:20:22 2015 +0300 @@ -42,5 +42,8 @@ cp -a $install/usr/lib/libfm-extra.so* $fs/usr/lib cp -a $install/usr/lib/libfm/modules/vfs* $fs/usr/lib/libfm/modules cp -a $install/usr/share/libfm/*.list $fs/usr/share/libfm - sed -i 2i\ 'terminal=terminal' $fs/etc/xdg/libfm/libfm.conf + # define terminal + sed -i 2i\ 'terminal=terminal' $fs/etc/xdg/libfm/libfm.conf + # set small & pane icon size to 16 + sed -i 's|\(\(small\|pane\)_icon_size=\).*|\116|' $fs/etc/xdg/libfm/libfm.conf } diff -r e1f1cf2801ec -r 7c93da2b8357 pcmanfm/stuff/default/pcmanfm.conf --- a/pcmanfm/stuff/default/pcmanfm.conf Fri Apr 17 02:45:17 2015 +0300 +++ b/pcmanfm/stuff/default/pcmanfm.conf Fri Apr 17 03:20:22 2015 +0300 @@ -15,6 +15,9 @@ desktop_shadow=#000000 desktop_font=Sans 10 show_wm_menu=1 +show_documents=1 +show_trash=1 +show_mounts=1 [ui] close_on_unmount=0