diff --git a/.gitignore b/.gitignore index 674faf3..bb5ddfd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,17 @@ -autostart -Code/* composer dconf google-chrome chromium httptoolkit -libfm -lol.toml ookla -pavucontrol.ini -picom procps pulse -skypeforlinux -user-dirs.dirs user-dirs.locale xfce4 libvirt libreoffice -epdfview btop -xpra psysh -zoom* .env sunshine uad diff --git a/libfm/libfm.conf b/libfm/libfm.conf new file mode 100644 index 0000000..25d0eaf --- /dev/null +++ b/libfm/libfm.conf @@ -0,0 +1,46 @@ +# Configuration file for the libfm version 1.4.1. +# Autogenerated file, don't edit, your changes will be overwritten. + +[config] +single_click=0 +middle_click=0 +use_trash=1 +confirm_del=1 +confirm_trash=1 +advanced_mode=0 +si_unit=0 +force_startup_notify=1 +date_iso_8601=0 +backup_as_hidden=1 +no_usb_trash=1 +no_child_non_expandable=0 +show_full_names=0 +only_user_templates=0 +template_run_app=0 +template_type_once=0 +auto_selection_delay=600 +drop_default_action=auto +defer_content_test=0 +quick_exec=0 +terminal=foot %F +thumbnail_local=1 +thumbnail_max=2048 +smart_desktop_autodrop=1 + +[ui] +big_icon_size=256 +small_icon_size=80 +pane_icon_size=24 +thumbnail_size=128 +show_thumbnail=1 +shadow_hidden=0 + +[places] +places_home=1 +places_desktop=1 +places_root=0 +places_computer=0 +places_trash=1 +places_applications=1 +places_network=0 +places_unmounted=1 diff --git a/pavucontrol.ini b/pavucontrol.ini new file mode 100644 index 0000000..64931ac --- /dev/null +++ b/pavucontrol.ini @@ -0,0 +1,9 @@ +[window] +width=640 +height=800 +sinkInputType=0 +sourceOutputType=1 +sinkType=0 +sourceType=1 +showVolumeMeters=1 +hideUnavailableCardProfiles=0 diff --git a/user-dirs.dirs b/user-dirs.dirs new file mode 100644 index 0000000..65d196a --- /dev/null +++ b/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# +XDG_DESKTOP_DIR="$HOME/dls" +XDG_DOCUMENTS_DIR="$HOME/docs" +XDG_DOWNLOAD_DIR="$HOME/dls" +XDG_MUSIC_DIR="$HOME/music" +XDG_PICTURES_DIR="$HOME/pics" +XDG_PUBLICSHARE_DIR="$HOME/dls" +XDG_VIDEOS_DIR="$HOME/vids" +XDG_TEMPLATES_DIR="$HOME/"