+ pcmanfm
This commit is contained in:
27
dots/pcmanfm/pcmanfm.conf
Normal file
27
dots/pcmanfm/pcmanfm.conf
Normal file
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user