parent
b1c2fe0997
commit
2523a16bab
|
@ -119,7 +119,7 @@ exec_as_sudo mount --bind /run/ $CHROOT_DIR/run
|
|||
|
||||
# Execute chroot_setup.sh
|
||||
exec_as_sudo_in_chroot $CHROOT_DIR /chroot_setup.sh
|
||||
|
||||
exec_as_sudo cp conf/pcmanfm.conf $CHROOT_DIR/etc/xdg/pcmanfm/default/pcmanfm.conf
|
||||
|
||||
# Clean up the environment
|
||||
umount_in_host $CHROOT_DIR/dev
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
[config]
|
||||
bm_open_method=0
|
||||
|
||||
[volume]
|
||||
mount_on_startup=1
|
||||
mount_removable=1
|
||||
autorun=1
|
||||
|
||||
[desktop]
|
||||
wallpaper_mode=fit
|
||||
wallpaper=/usr/share/opengnsys/images/Opengnsys-wallpaper.jpg
|
||||
desktop_bg=#000000
|
||||
desktop_fg=#ffffff
|
||||
desktop_shadow=#000000
|
||||
show_wm_menu=0
|
||||
|
||||
|
||||
[ui]
|
||||
win_width=640
|
||||
win_height=480
|
||||
splitter_pos=150
|
||||
side_pane_mode=1
|
||||
view_mode=0
|
||||
show_hidden=0
|
||||
sort_type=0
|
||||
sort_by=2
|
||||
max_tab_chars=32
|
Loading…
Reference in New Issue