diff --git a/.config/fish/functions/sudo.fish b/.config/fish/functions/sudo.fish new file mode 100644 index 0000000..d87e869 --- /dev/null +++ b/.config/fish/functions/sudo.fish @@ -0,0 +1,7 @@ +function sudo + if type -q sudo-rs + command sudo-rs $argv + else + command sudo $argv + end +end diff --git a/.config/mimeapps.list b/.config/mimeapps.list index a6125b8..ee027bc 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,3 +1,5 @@ +# cp "/usr/share/applications/mimeinfo.cache" "$HOME/.local/share/applications/mimeinfo.cache" + [Default Applications] application/pdf=atril.desktop @@ -41,3 +43,31 @@ text/xml=firefox.desktop x-scheme-handler/http=firefox.desktop x-scheme-handler/https=firefox.desktop x-scheme-handler/chrome=firefox.desktop + +application/rtf=writer.desktop +application/msword=writer.desktop +application/vnd.openxmlformats-officedocument.wordprocessingml.document=writer.desktop +application/vnd.openxmlformats-officedocument.wordprocessingml.template=writer.desktop +application/vnd.ms-word.document.macroEnabled.12=writer.desktop +application/vnd.ms-word.template.macroEnabled.12=writer.desktop + +application/vnd.ms-excel=calc.desktop +application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=calc.desktop +application/vnd.openxmlformats-officedocument.spreadsheetml.template=calc.desktop +application/vnd.ms-excel.sheet.macroEnabled.12=calc.desktop +application/vnd.ms-excel.template.macroEnabled.12=calc.desktop +application/vnd.ms-excel.addin.macroEnabled.12=calc.desktop +application/vnd.ms-excel.sheet.binary.macroEnabled.12=calc.desktop + +application/vnd.ms-powerpoint=impress.desktop +application/vnd.openxmlformats-officedocument.presentationml.presentation=impress.desktop +application/vnd.openxmlformats-officedocument.presentationml.template=impress.desktop +application/vnd.openxmlformats-officedocument.presentationml.slideshow=impress.desktop +application/vnd.ms-powerpoint.addin.macroEnabled.12=impress.desktop +application/vnd.ms-powerpoint.presentation.macroEnabled.12=impress.desktop +application/vnd.ms-powerpoint.template.macroEnabled.12=impress.desktop +application/vnd.ms-powerpoint.slideshow.macroEnabled.12=impress.desktop + +[Added Associations] +x-scheme-handler/mailto=userapp-Thunderbird-S6VUC2.desktop; +x-scheme-handler/mid=userapp-Thunderbird-S6VUC2.desktop; diff --git a/.gitignore b/.gitignore index ee3e922..54ba967 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ __pycache__/ .config/fish/fish_plugins .config/fish/fish_variables .config/fish/themes +.config/fish/fishd.tmp.* # Tide .config/fish/functions/_tide_*