chore: Formatting

This commit is contained in:
Donovan Glover 2023-06-21 03:08:20 -04:00
parent 2b415d3bd4
commit 0cd00a7734
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 147 additions and 142 deletions

View File

@ -132,14 +132,17 @@
"7z".app_list = [{ command = "7z"; args = [ "x" ]; confirm_exit = true; }]; "7z".app_list = [{ command = "7z"; args = [ "x" ]; confirm_exit = true; }];
rar.app_list = [ rar.app_list = [
{ command = "unrar"; args = [ "x" ]; confirm_exit = true; } { command = "unrar"; args = [ "x" ]; confirm_exit = true; }
{ command = "file-roller"; fork = true; silent = true; } ]; { command = "file-roller"; fork = true; silent = true; }
];
zip.app_list = [ zip.app_list = [
{ command = "unzip"; confirm_exit = true; } { command = "unzip"; confirm_exit = true; }
{ command = "file-roller"; fork = true; silent = true; } ]; { command = "file-roller"; fork = true; silent = true; }
];
# misc formats # misc formats
aup.app_list = [ aup.app_list = [
{ command = "audacity"; fork = true; silent = true; } ]; { command = "audacity"; fork = true; silent = true; }
];
odt."inherit" = "libreoffice_default"; odt."inherit" = "libreoffice_default";
odf."inherit" = "libreoffice_default"; odf."inherit" = "libreoffice_default";
@ -166,10 +169,12 @@
{ command = "micro"; } { command = "micro"; }
{ command = "gedit"; fork = true; silent = true; } { command = "gedit"; fork = true; silent = true; }
{ command = "bat"; confirm_exit = true; } { command = "bat"; confirm_exit = true; }
{ command = "pdflatex"; } ]; { command = "pdflatex"; }
];
torrent.app_list = [ torrent.app_list = [
{ command = "transmission-gtk"; } ]; { command = "transmission-gtk"; }
];
}; };
mimetype = { mimetype = {