diff --git a/etc/xdg/xdg-tileos/libfm/libfm.conf b/etc/skel/.config/libfm/libfm.conf similarity index 78% rename from etc/xdg/xdg-tileos/libfm/libfm.conf rename to etc/skel/.config/libfm/libfm.conf index 403fe40..a0406a9 100644 --- a/etc/xdg/xdg-tileos/libfm/libfm.conf +++ b/etc/skel/.config/libfm/libfm.conf @@ -1,3 +1,6 @@ +# Configuration file for the libfm version 1.3.2. +# Autogenerated file, don't edit, your changes will be overwritten. + [config] single_click=0 use_trash=1 @@ -18,7 +21,7 @@ drop_default_action=auto defer_content_test=0 quick_exec=0 show_internal_volumes=0 -terminal=foot %s +terminal=x-terminal-emulator %s archiver=engrampa thumbnail_local=1 thumbnail_max=2048 @@ -27,10 +30,10 @@ smart_desktop_autodrop=1 [ui] big_icon_size=48 small_icon_size=24 -pane_icon_size=16 +pane_icon_size=24 thumbnail_size=128 show_thumbnail=1 -shadow_hidden=1 +shadow_hidden=0 [places] places_home=1 diff --git a/etc/skel/.config/pcmanfm/default/pcmanfm.conf b/etc/skel/.config/pcmanfm/default/pcmanfm.conf new file mode 100644 index 0000000..4ae3562 --- /dev/null +++ b/etc/skel/.config/pcmanfm/default/pcmanfm.conf @@ -0,0 +1,27 @@ +[config] +bm_open_method=0 + +[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 +maximized=1 +splitter_pos=219 +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=1 +sort=name;ascending; +toolbar=newtab;navigation;home; +show_statusbar=1 +pathbar_mode_buttons=0 diff --git a/etc/sway/environment b/etc/sway/environment index 056c9c6..5b05588 100644 --- a/etc/sway/environment +++ b/etc/sway/environment @@ -2,9 +2,6 @@ # from /usr/bin/start-sway script for all users of the system. # User-specific variables should be placed in $XDG_CONFIG_HOME/sway/environment -# TileOS specific config dir -export XDG_CONFIG_DIRS=/etc/xdg/xdg-tileos:/etc/xdg - # Force Wayland for Mozilla Firefox export MOZ_ENABLE_WAYLAND=1 export MOZ_DBUS_REMOTE=1