wok rev 17963

libfm: set small icons size to 16; pcmanfm: show "My Documents", "Trash" and mount points by default on the Desktop.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 03:20:22 2015 +0300 (2015-04-17)
parents e1f1cf2801ec
children 5872b697b7cc
files libfm/receipt pcmanfm/stuff/default/pcmanfm.conf
line diff
     1.1 --- a/libfm/receipt	Fri Apr 17 02:45:17 2015 +0300
     1.2 +++ b/libfm/receipt	Fri Apr 17 03:20:22 2015 +0300
     1.3 @@ -42,5 +42,8 @@
     1.4  	cp -a $install/usr/lib/libfm-extra.so* $fs/usr/lib
     1.5  	cp -a $install/usr/lib/libfm/modules/vfs* $fs/usr/lib/libfm/modules
     1.6  	cp -a $install/usr/share/libfm/*.list $fs/usr/share/libfm
     1.7 -	 sed -i 2i\ 'terminal=terminal' $fs/etc/xdg/libfm/libfm.conf
     1.8 +	# define terminal
     1.9 +	sed -i 2i\ 'terminal=terminal' $fs/etc/xdg/libfm/libfm.conf
    1.10 +	# set small & pane icon size to 16
    1.11 +	sed -i 's|\(\(small\|pane\)_icon_size=\).*|\116|' $fs/etc/xdg/libfm/libfm.conf
    1.12  }
     2.1 --- a/pcmanfm/stuff/default/pcmanfm.conf	Fri Apr 17 02:45:17 2015 +0300
     2.2 +++ b/pcmanfm/stuff/default/pcmanfm.conf	Fri Apr 17 03:20:22 2015 +0300
     2.3 @@ -15,6 +15,9 @@
     2.4  desktop_shadow=#000000
     2.5  desktop_font=Sans 10
     2.6  show_wm_menu=1
     2.7 +show_documents=1
     2.8 +show_trash=1
     2.9 +show_mounts=1
    2.10  
    2.11  [ui]
    2.12  close_on_unmount=0