diff --git a/dots/pcmanfm/pcmanfm.conf b/dots/pcmanfm/pcmanfm.conf new file mode 100644 index 0000000..b5cce84 --- /dev/null +++ b/dots/pcmanfm/pcmanfm.conf @@ -0,0 +1,27 @@ +[config] +bm_open_method=0 +home_path=/home/poq/syncDir/ + +[volume] +mount_on_startup=1 +mount_removable=1 +autorun=1 + +[ui] +always_show_tabs=0 +max_tab_chars=32 +win_width=640 +win_height=480 +splitter_pos=150 +media_in_new_tab=1 +desktop_folder_new_win=0 +change_tab_on_drop=1 +close_on_unmount=0 +focus_previous=0 +side_pane_mode=places +view_mode=list +show_hidden=1 +sort=name;ascending; +toolbar=newtab;navigation;home; +show_statusbar=1 +pathbar_mode_buttons=0 diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 5578951..494cd1b 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -172,6 +172,12 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" fi + # pcmanfm + file_name=pcmanfm.conf + file_path=/home/${user}/.config/pcmanfm/default + mkdir -p ${file_path} + deploy_file "${dots_trg}/vscodium/${file_name}" "${file_path}/${file_name}" + # vscodium file_name=settings.json file_path=/home/${user}/.config/VSCodium/User