Compare commits
3 commits
d62bddd73f
...
09af3d64f3
Author | SHA1 | Date | |
---|---|---|---|
09af3d64f3 | |||
46cd5f2c81 | |||
516b271dbb |
3 changed files with 38 additions and 0 deletions
7
.config/fish/functions/sudo.fish
Normal file
7
.config/fish/functions/sudo.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
function sudo
|
||||
if type -q sudo-rs
|
||||
command sudo-rs $argv
|
||||
else
|
||||
command sudo $argv
|
||||
end
|
||||
end
|
|
@ -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;
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue