#+TITLE: PCMANFM :DRAWER: #+STARTUP: overview #+LANGUAGE: en #+EMAIL: dehaeze.thomas@gmail.com #+AUTHOR: Dehaeze Thomas #+HTML_LINK_HOME: ./index.html #+HTML_LINK_UP: ./index.html #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+HTML_HEAD: #+PROPERTY: header-args:bash :comments both #+PROPERTY: header-args:bash+ :mkdirp yes #+PROPERTY: header-args:bash+ :shebang "#!/bin/sh" #+PROPERTY: header-args:bash+ :tangle ~/.config/pcmanfm/default/pcmanfm.conf :END: * Config #+BEGIN_SRC conf [config] bm_open_method=0 #+END_SRC * Volume #+BEGIN_SRC conf [volume] mount_on_startup=0 mount_removable=0 autorun=0 #+END_SRC * UI #+BEGIN_SRC conf [ui] always_show_tabs=0 max_tab_chars=32 win_width=1263 win_height=690 splitter_pos=150 media_in_new_tab=0 desktop_folder_new_win=0 change_tab_on_drop=1 close_on_unmount=1 focus_previous=0 side_pane_mode=places view_mode=icon show_hidden=0 sort=mtime;descending; toolbar=newtab;navigation;home; show_statusbar=1 pathbar_mode_buttons=0 #+END_SRC