mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
014de5c5fe
commit
4dcea3a32e
3 changed files with 11 additions and 6 deletions
|
|
@ -44,6 +44,12 @@
|
|||
"application/x-tar"
|
||||
"application/x-zstd-compressed-tar" # .tar.zst
|
||||
];
|
||||
video = [
|
||||
"video/mp4"
|
||||
"video/quicktime" # .mov
|
||||
"video/x-matroska" # .mkv
|
||||
"video/mp2t" # .ts .mts .m2ts
|
||||
];
|
||||
|
||||
# Image Viewer:
|
||||
# gwenview: keyboard driven, high compatibility
|
||||
|
|
@ -91,7 +97,8 @@ in {
|
|||
"x-scheme-handler/tg"
|
||||
"x-scheme-handler/tonsite"
|
||||
]
|
||||
// mkAssoc archiveManager archive;
|
||||
// mkAssoc archiveManager archive
|
||||
// mkAssoc "mpv.desktop" video;
|
||||
};
|
||||
home.sessionVariables.BROWSER = "firefox";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue