forked from pub-solar/os
Merge branch 'master' into teutat3s
This commit is contained in:
commit
be2419645d
|
@ -93,7 +93,7 @@ in
|
||||||
home.packages = [
|
home.packages = [
|
||||||
alacritty
|
alacritty
|
||||||
chromium
|
chromium
|
||||||
firefox
|
firefox-wayland
|
||||||
|
|
||||||
flameshot
|
flameshot
|
||||||
libnotify
|
libnotify
|
||||||
|
|
|
@ -223,7 +223,7 @@ filextype *.html,*.htm
|
||||||
\ {Open with vim}
|
\ {Open with vim}
|
||||||
\ nvim %f,
|
\ nvim %f,
|
||||||
\ {Open with firefox}
|
\ {Open with firefox}
|
||||||
\ firefox-developer-edition %f &,
|
\ firefox %f &,
|
||||||
filetype *.html,*.htm links, lynx
|
filetype *.html,*.htm links, lynx
|
||||||
|
|
||||||
" Object
|
" Object
|
||||||
|
|
|
@ -12,8 +12,9 @@
|
||||||
"application/xhtml+xml" = [ "firefox.desktop" ];
|
"application/xhtml+xml" = [ "firefox.desktop" ];
|
||||||
"application/x-extension-xhtml" = [ "firefox.desktop" ];
|
"application/x-extension-xhtml" = [ "firefox.desktop" ];
|
||||||
"application/x-extension-xht" = [ "firefox.desktop" ];
|
"application/x-extension-xht" = [ "firefox.desktop" ];
|
||||||
"image/jpeg" = [ "viewnior.desktop" "gpicview.desktop" ];
|
"image/jpeg" = [ "org.gnome.eog.desktop" ];
|
||||||
"image/png" = [ "viewnior.desktop" "gpicview.desktop" ];
|
"image/png" = [ "org.gnome.eog.desktop" ];
|
||||||
|
"video/mp4" = [ "vlc.desktop" ];
|
||||||
"text/plain" = [ "firefox.desktop" ];
|
"text/plain" = [ "firefox.desktop" ];
|
||||||
"x-scheme-handler/mailto" = [ "userapp-Thunderbird.desktop" ];
|
"x-scheme-handler/mailto" = [ "userapp-Thunderbird.desktop" ];
|
||||||
"message/rfc822" = [ "userapp-Thunderbird.desktop" ];
|
"message/rfc822" = [ "userapp-Thunderbird.desktop" ];
|
||||||
|
|
Loading…
Reference in a new issue