Add user dirs and mimeapps

This commit is contained in:
Przemek Grondek 2022-12-16 19:24:35 +01:00
parent 23eeb617d4
commit 8e9d6d7b8a
2 changed files with 36 additions and 0 deletions

21
.config/mimeapps.list Normal file
View File

@ -0,0 +1,21 @@
[Default Applications]
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop
application/x-java-archive=org.gnome.FileRoller.desktop
text/html=firefox_firefox.desktop
x-scheme-handler/http=firefox_firefox.desktop
x-scheme-handler/https=firefox_firefox.desktop
x-scheme-handler/about=firefox_firefox.desktop
x-scheme-handler/unknown=firefox_firefox.desktop
[Added Associations]
image/svg+xml=org.inkscape.Inkscape.desktop;inkscape.desktop;
application/x-java-archive=org.gnome.FileRoller.desktop;
application/vnd.debian.binary-package=org.gnome.FileRoller.desktop;
image/jpeg=gimp.desktop;gnome-paint.desktop;display-im6.q16.desktop;
text/csv=libreoffice-calc.desktop;
audio/x-mpegurl=vlc.desktop;
model/stl=meshlab.desktop;
image/png=gimp.desktop;display-im6.q16.desktop;gnome-paint.desktop;
image/webp=gimp.desktop;
text/x.gcode=org.gnome.gedit.desktop;
application/vnd.android.package-archive=org.gnome.FileRoller.desktop;

15
.config/user-dirs.dirs Normal file
View File

@ -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/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"